@extends('settings.layouts.master') @section('styles') @endsection @section('contents')
The Shift page appears when you click Shift under the Attendance settings group. You can create shifts for your employees from this page. If a shift is already made, you can also see that from this page. The existing shift(s) appear with the shift colour, shift code, shift name, shift timing, and the icon of the actions (edit and delete) that you can perform on them.
@csrf

{{$category}}

@if(count($data)>0) @foreach($data as $key=>$value) @endforeach @else @endif
Sno Short Name Description Start Time End time Action
{{$key+1}} {{$value->name}} {{$value->name}} {{$value->start_time}} {{$value->end_time}}
{{$category}} details not Found
Sno Short Name Description Start Time End time Action
@endsection @section('scripts') @endsection