@extends('FiveS.5s_nav') @section('content')
@csrf
@if ($message = Session::get('success'))
{{ $message }}
@endif @if(session('alert'))
{{ session('alert') }}
@endif
Training Entry
ENO
Date
Division
--Select Division--
@foreach ($division as $divisions)
{{$divisions['Division']}}
@endforeach
Staffs Name
Local Workers Name
Add Employee Name
SNO
Employee Name
Employee TNO
Department
Designation
Edit
1
--Select Employee Name--
CLEAR
Report
@endsection