| {!! $head !!} |
|
{{__('obs.showroom')}} : {{$invoice->showroom->name_eng .'( '.$invoice->showroom->name_local.')'}}
{{__('obs.date_&_time')}} : {{date('d/m/Y h:i a',strtotime($item->created_at)) }}
{{__('obs.delivery_status')}} : {{($status=$invoice->delivery_status)?($status==2?'Delivered':'Rejected'):"Pending"}}
{{__('obs.order_no')}} : {{$invoice->order_no.'-'.($k+1) }}
{{__('obs.color')}} : {{($item->color_id>20?($item->product?$item->product->name_eng:'Not Found'):config('default.colors')[$item->color_id])}}
{{__('obs.shape')}} : {{config('default.shapes')[$item->shape_id].' | D-NO - '.$item->design }}
{{config('default.headings')[$item->heading_id].' '.$item->heading_name}}
{{__('obs.delivery_date_&_time')}} : {{date('d-M-Y',strtotime($item->delivery_date)).' '.config('default.delivery_time')[$item->delivery_time] }}
{{__('obs.pound')}} : {{$item->weight}}
{{$item->note}}
|
|
|
| {!!$foot!!} |