@if (\Session::has('success'))
@endif
@if (\Session::has('error'))
@endif
{{ Form::open(array( 'action' => 'ProductController@postUpdateFinalProduct','class'=>'form-horizontal','files' => true,'role' => 'form', 'enctype'=>'multipart/form-data')) }}
{{Form::close()}}
{{\Session::get('success')}}
{{\Session::get('error')}}
{{$final_pdt->wo_number}}
{{$final_pdt->assemble_by}}
{{$final_pdt->location}}
{{$final_pdt->product_code}}
{{$final_pdt->qty}}
{{@$final_pdt->remarks}}
Product Code | Qty |
---|---|
{{$cp->product_code}} | {{$cp->qty_used}} | @endforeach