@extends('backend.school_admin.layout_app') @section('page_cs') @endsection @section('content') Welcome Setting Home School Shift Shift List Add New Shift Shift Title Shift Start From Shift End To Academic Session Action @foreach($shifts_list as $row) {{ $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 @endforeach @endsection @section('page_js') @endsection