@extends('backend.school_admin.layout_app') @section('page_cs') @endsection @section('content')

Welcome Setting

Shift List

@foreach($shifts_list as $row) @endforeach
Shift Title Shift Start From Shift End To Academic Session Action
{{ $row->shift_title }} {{ date('h:i a', strtotime($row->shift_start_from)) }} {{ date('h:i a', strtotime($row->shift_end_to)) }} {{ $row->academic_session_title}} Edit | Delete
@endsection @section('page_js') @endsection