@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
Audit Status
Division
Team
Zone
Flag Colour
Date
@foreach ($audit_list as $index => $des)
@if ($des['Status'] == "OPEN")
O
@elseif ($des['Status'] == "CLOSE")
C
@else
--
@endif