{{__('admin.Appointment Schedule')}}
{{__('admin.Add New')}}
{{__('admin.SN')}} | {{__('admin.Service')}} | {{__('admin.Day')}} | {{__('admin.Start time')}} | {{__('admin.End time')}} | {{__('admin.Price')}} | {{__('admin.Status')}} | {{__('admin.Action')}} |
---|---|---|---|---|---|---|---|
{{ ++$index }} | {{ $schedule?->service?->title }} | {{ __('admin.' . $schedule->day) }} | {{ date('h:i A', strtotime($schedule->start_time)) }} | {{ date('h:i A', strtotime($schedule->end_time)) }} | {{ currency($schedule->price) }} | @if ($schedule->status == 1) {{__('admin.Active')}} @else {{__('admin.Inactive')}} @endif |