{{--
--}} {{-- GIN NO: {{$gin->id}}--}} {{--
--}}

{{$company->company_name}}

{{$company->company_address}},
{{$company->city}}, Tanzania
Mob: {{$company->compny_phone}}
Email: {{$company->company_email}}

Consumption Report

@if($item_id !='ALL') @endif @if($cost_center_id !='ALL') @endif @if($jobcard) @endif
Item : {{$item->name}}
Cost Center. : {{$cost_center->name}}
Current Odometer. : {{($jobcard) ? $jobcard->odometer: ''}}
@if($item_id=='ALL') @endif @if($cost_center_id=='ALL') @endif @foreach($goods_issued_note_histories as $index => $goods_issued_note_history) @if($item_id=='ALL') @endif @if($cost_center_id =='ALL') @endif @endforeach
S/N Date Warehouse GINItemCost CenterQuantity Odometer Price
{{++$index}} {{\Carbon\Carbon::parse($goods_issued_note_history->date)->toFormattedDateString()}} {{$goods_issued_note_history->warehouse}} {{$goods_issued_note_history->goods_issued_note_id}}{{$goods_issued_note_history->item_name}} {{$goods_issued_note_history->cost_center}} {{$goods_issued_note_history->quantity}} {{$goods_issued_note_history->unit}} {{$goods_issued_note_history->odometer}} {{number_format($goods_issued_note_history->price_per_item)}}