@extends('admin.layout.master') @section('content') @include('flash-message')

Roster Create

@csrf
@php $i=1; @endphp @foreach ($all_employees as $employee ) @endforeach
#SL Name Code Designation Department Check All
{{$i++}} {{$employee->emp_name}} {{$employee->emp_code}} {{$employee->fetch_designation ? $employee->fetch_designation->name : null}} {{$employee->fetch_department ? $employee->fetch_department->name : null}}


{{-- --}} @php $i=1; @endphp @foreach ( $week_days as $key=>$day) @for ($i = 1; $i < 4; $i++) @endfor @endforeach
Day Roster 1 Department Roster 2 Department Roster 3 DepartmentAction
@if(count($week_days)>0)
@endif
@endsection