@extends('Flag.flag_nav') @section('content')
MAIN BUILDING
(Last Audited Date)

@if($main_date == "01-01-1900") NOT AUDITED @else
Warning: Undefined variable $main_date in C:\Apache24\htdocs\Dev-life\resources\views\Flag\Dashboard\flag_dash.blade.php on line 145
@endif

SPINNING
(Last Audited Date)

@if($spinn_date == "01-01-1900") NOT AUDITED @else
Warning: Undefined variable $spinn_date in C:\Apache24\htdocs\Dev-life\resources\views\Flag\Dashboard\flag_dash.blade.php on line 161
@endif

TECHNOTEK
(Last Audited Date)

@if($techno_date == "01-01-1900") NOT AUDITED @else
Warning: Undefined variable $techno_date in C:\Apache24\htdocs\Dev-life\resources\views\Flag\Dashboard\flag_dash.blade.php on line 180
@endif

Next Verification Date

@if($nxt_ver_date == "01-01-1900") NOT AUDITED @else
Warning: Undefined variable $nxt_ver_date in C:\Apache24\htdocs\Dev-life\resources\views\Flag\Dashboard\flag_dash.blade.php on line 195
@endif

Audit List
@foreach ($audit_list as $index => $des) @endforeach
Audit Status Division Team Zone Flag Colour Date
@if ($des['Status'] == "OPEN") O @elseif ($des['Status'] == "CLOSE") C @else -- @endif {{ $des['Division'] }} {{ $des['Team'] }} {{ $des['Zone'] }}
{{ date('d-m-Y', strtotime($des['E_date'])) }}
Audit Entry Pendings
Recent Checklists Flag
Checklist
@endsection