@include('includes/notifications')
{{--Lost Issue--}}

Item Lost / Damaged Issue

@foreach($lostTypePool as $lostType) @if($lostType->item_lost) @else @endif @if($lostType->responsible) @else @endif @endforeach
Item Type Issue Responsible Excel Issue Label / Issue Abbreviation Issue Issue Sent by WinPOS Action
{{ $lostType->item_lost }}Not Found  {{ $lostType->responsible }} Not Found{{ $lostType->issue_abbreviation }}  {{ $lostType->issue }} {{ $lostType->issue_sent_by_pos }}
{{--Lost Responsible--}}

Item Lost / Damaged Responsible

@foreach($lostGroupPool as $lostGroup) @if($lostGroup->item_lost) @else @endif @endforeach
Item Type Issue Responsible Reason Sent By WinPOS Excel Sheet Excel Template Description Action
{{ $lostGroup->item_lost }}Not Found {{ $lostGroup->responsible }} {{ $lostGroup->lost_reason_sent_by_pos }} {{ $lostGroup->excel_sheet_name }} {{ $lostGroup->excel_template }} {{ $lostGroup->description }}
{{--Lost Item--}}

Item Lost / Damaged

@foreach($lostRootPool as $lostRoot) @if($lostRoot->firm_item_type) @else @endif @endforeach
Item Type Item Type Issue Description Action
 {{ $lostRoot->firm_item_type }}Not Found{{ $lostRoot->name }} {{ $lostRoot->description }}