@if (\Session::has('success'))
@endif
@if (\Session::has('error'))
@endif
{{ Form::open(array( 'action' => 'ProductController@postUpdatePurchase','class'=>'form-horizontal','files' => true,'role' => 'form', 'enctype'=>'multipart/form-data')) }}
@if($po_items)
@endif
{{Form::close()}}
{{\Session::get('success')}}
{{\Session::get('error')}}
Edit PO
Remove | Product Code | Cost Price | Unit Price | Qty | Additional Cost | Subtotal |
---|---|---|---|---|---|---|
{{@$poi->product_code}} | Rs. {{@$poi->sub_total}} |