@extends('layouts.admin') @section('content')
| ID | Start Date | Start Time | End Date | End Time | Meetings |
|---|---|---|---|---|---|
| {{++$key}} | {{date('Y-m-d',strtotime($schedule->start_date))}} | {{ date('h:i A',strtotime($schedule->start_time)) }} | {{date('Y-m-d',strtotime($schedule->end_date))}} | {{ date('h:i A',strtotime($schedule->end_time) )}} | View |
Displaying {{$live_support_schedules->count()}} of {{ $live_support_schedules->total() }} schedule(s).