@extends('layouts.layout-horizontal') @section('title', 'Create Purchase Order') @section('css') @endsection @section('content')
@csrf {{-- Compact header: back + date + PO badge --}}
Purchase Order
{{ ucfirst($companyMode ?? 'bill') }} Mode PO # Auto
Line Items
New Product
# Product Qty Suppliers
{{-- Sticky bottom bar --}}
{{-- ═══ Supplier-picker Modal (scoped to a row) ═══ --}} @endsection @push('scripts') @endpush