@php $page_name = 'Shifts'; @endphp @include('partial.header')
@include('partial.navigation')
@if(\Session::has('success'))
{{\Session::get('success')}}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach
@endif
Shift
Search
Sr. No Shift Name Open Date Next Day Shift For IsActive Txn Capping Updated By Updated Date Action
Sr. No Shift Name Open Date Next Day Shift For IsActive Txn Capping Updated By Updated Date Action
@include('partial.footer')