@extends('Flag.flag_nav') @section('content')
@csrf
@if ($message = Session::get('success'))
{{ $message }}
@endif @if(session('alert'))
{{ session('alert') }}
@endif
audit entry
ENO
Date
Division
--Select Division --
@foreach ($division as $div)
{{$div['Division']}}
@endforeach
Team / Floor
--Select Team --
Zone / Department
--Select Zone --
Type of Flag
Type of Audit
--Select Audit--
@foreach ($typeaudit as $ty_audit)
{{$ty_audit['Name']}}
@endforeach
Flag Colour
Add Check Point
SNO
Check Point
Alloted Flag
Remarks
Next Verification Date
Edit
1
--Select Check point--
@foreach ($check_point as $check)
{{$check['Check_point']}}
@endforeach
Remarks
Attachement -1
Attachement -3
Attachement -5
Attachement -2
Attachement -4
CLEAR
@endsection