{{__('lang.admin_timeslot_list')}}

@if(count($data) > 0) @foreach($data as $res) @endforeach @else @endif
{{__('lang.admin_name')}} {{__('lang.admin_timeslot_from_time')}} {{__('lang.admin_timeslot_to_time')}} {{__('lang.admin_status')}} {{__('lang.admin_table_action')}}
{{ isset($res->name)?$res->name:'--' }} {{ isset($res->from_time)?date('h:i A',strtotime($res->from_time)):'--' }} {{ isset($res->to_time)?date('h:i A',strtotime($res->to_time)):'--' }} @if($res->status == 1) {{__('lang.admin_active')}} @else {{__('lang.admin_deactive')}} @endif
{{__('lang.admin_message_no_result_found')}}