Create Job

@if (session('message'))
× {{ session('message') }}.
@endif
@csrf
Job No @php $job_no = App\Models\Job::max('id') + 1; $job_no = 'FAL-' . date('y') . '-' . str_pad($job_no, 6, '0', STR_PAD_LEFT); @endphp Buyer @php $buyers = App\Models\Buyer::all()->pluck('name', 'id'); @endphp
Style {{-- @php $styles = DB::table('jobs')->select('style')->distinct()->get(); @endphp
--}}
PO @php $pos = DB::table('jobs')->select('po')->distinct()->get(); @endphp
Department @php $departments = DB::table('jobs') ->select('department') ->distinct() ->get(); @endphp
Item
Destination
Order Quantity
{{-- --}} @if (old('color')) @foreach (old('color') as $index => $color) {{-- --}} @endforeach @else {{-- --}} @endif
ColorSizeQuantity Action
Add
Add
Save Quantity
{{-- --}}
Inspection Date Order / PO Received Date Shipment / Delivery Date
Target SMV Production Minutes
Unit Price Total Value
CM/PC Total CM
Consumption/Dzn Fabric Quantity
Fabrication Wash
AOP Print
Embroidery Lead Time
Remarks Print/Wash {{-- --}}
Cancel