@extends('Model::model_dashboard') @section('content_sub_model')
@if($nextSchedule) @endif
@lang('messages.nextshow') {{AppHelper::getDateFormat(AppHelper::formatTimezone($nextSchedule), 'm/d/Y h\:i A')}}
@lang('messages.monday') {{($mySchedule->monday) ? AppHelper::getDateFormat(AppHelper::formatTimezone($mySchedule->monday), 'h\:i A') : $Noworking }}
@lang('messages.tuesday') {{($mySchedule->tuesday) ? AppHelper::getDateFormat(AppHelper::formatTimezone($mySchedule->tuesday), 'h\:i A') : $Noworking }}
@lang('messages.wednesday') {{($mySchedule->wednesday) ? AppHelper::getDateFormat(AppHelper::formatTimezone($mySchedule->wednesday), 'h\:i A') : $Noworking }}
@lang('messages.thursday') {{($mySchedule->thursday) ? AppHelper::getDateFormat(AppHelper::formatTimezone($mySchedule->thursday), 'h\:i A') : $Noworking }}
@lang('messages.friday') {{($mySchedule->friday) ? AppHelper::getDateFormat(AppHelper::formatTimezone($mySchedule->friday), 'h\:i A') : $Noworking }}
@lang('messages.saturday') {{($mySchedule->saturday) ? AppHelper::getDateFormat(AppHelper::formatTimezone($mySchedule->saturday), 'h\:i A') : $Noworking }}
@lang('messages.sunday') {{($mySchedule->sunday) ? AppHelper::getDateFormat(AppHelper::formatTimezone($mySchedule->sunday), 'h\:i A') : $Noworking }}
@lang('messages.editschedulessettings2')
@endsection