@extends('settings.layouts.master') @section('styles') @endsection @section('contents')
The Shift Rotation Policy page appears when you click Shift Rotation Policy under the Attendance settings group. You can create rotation policies for shifts from this page. If a Shift Rotation Policy is already created, you can also see that from this page.
@csrf

{{$category}}

@if(count($data)>0) @foreach($data as $key=>$value) @endforeach @else @endif
Sno Policy Name Shift Rotations Action
{{$key+1}} {{$value->name}} {{$value->rotation}}
{{$category}} details not Found
Sno Policy Name Shift Rotations Action
@endsection @section('scripts') @endsection