Employee Information Employee Information {{-- Edit Form --}}
@foreach ($school as $sch) @endforeach
Sr.No Employee ID Employee Name Employee Department Employee Position Employee Contract Number Email Date Of Joining Action
{{ $loop->iteration }} {{$sch->emp_id}} {{$sch->emp_name}} {{$sch->emp_dep}} {{$sch->emp_pos}} {{$sch->emp_contract_number}} {{$sch->emp_email}} {{$sch->emp_d_of_j}}
{{-- Add --}}