@extends('FiveS.5s_nav') @section('content') @endsection
@foreach($Aud_Report as $index => $Aud_Reports) @endforeach
SNO View ENO EDate Division Team Zone Type of S Type of Audit Next Verification Date Attach-1 Attach-2 Attach-3 Attach-4 Attach-5 Audit By Entry By
{{ $index + 1 }} {{ $Aud_Reports['E_NO'] }} {{ date('Y-m-d', strtotime($Aud_Reports['E_date'])) }} {{ $Aud_Reports['Division'] }} {{ $Aud_Reports['Team'] }} {{ $Aud_Reports['Zone'] }} {{ $Aud_Reports['type_s'] }} {{ $Aud_Reports['Type_audit'] }} {{ date('Y-m-d', strtotime($Aud_Reports['verf_date'])) }} @if($Aud_Reports['Attach_1'] !== "No-Attach") Attach-1 @else -- @endif @if($Aud_Reports['Attach_2'] !== "No-Attach") Attach-2 @else -- @endif @if($Aud_Reports['Attach_3'] !== "No-Attach") Attach-3 @else -- @endif @if($Aud_Reports['Attach_4'] !== "No-Attach") Attach-4 @else -- @endif @if($Aud_Reports['Attach_5'] !== "No-Attach") Attach-5 @else -- @endif {{ $Aud_Reports['AuditorName'] }} / {{ $Aud_Reports['AuditorTNO'] }} {{ $Aud_Reports['EntryBYName'] }} / {{ $Aud_Reports['EntryBYTNO'] }}