@extends('FiveS.5s_nav') @section('content')
@csrf
@if ($message = Session::get('success'))
{{ $message }}
@endif @if(session('alert'))
{{ session('alert') }}
@endif
employee allocation
ENO
Date
Division
--Select Division --
@foreach ($division as $div)
{{$div['Name']}}
@endforeach
Team
-- Select Team --
Zone
-- Select Zone --
Empl Name Type
Staffs Name
Local Workers Name
SNO
5S Designation
Employee Name
Department
Designation
Delete
@foreach($design as $index => $des)
{{ $index + 1 }}
{{ $des['Name'] }}
-- Select Empl Name --
@if($des['Rowid'] == 28 || $des['Rowid'] == 29)
@endif
@endforeach
CLEAR
Report
Confirm Deletion
×
Are you sure you want to delete this row?
@endsection