@extends('FiveS.5s_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
-- Select Team --
Zone
-- Select Zone --
Type of S
--Select S--
@foreach ($ty_s as $typ)
{{$typ['Name']}}
@endforeach
Type of Audit
--Select Audit--
@foreach ($ty_audit as $typ1)
{{$typ1['Name']}}
@endforeach
See the Employee Allocation
SNO
5S Designation
Employee Name
Department
Designation
Add Check Point
SNO
Check Point
Alloted
Audited
Edit
1
--Select Check point--
@foreach ($Check_point as $check)
{{$check['Check_point']}}
@endforeach
Add Check Point
SNO
Check Point
Remarks
Edit
1
--Select Check point--
@foreach ($Check_point as $check)
{{$check['Check_point']}}
@endforeach
Remarks
Next Verification Date
Attachement -2
Attachement -4
Attachement -1
Attachement -3
Attachement -5
CLEAR
@endsection