@foreach($serviceLocations as $serviceLocation)
{{ ucwords($serviceLocation->name) }}
@foreach ($schedules as $schedule) @if($schedule->location_id == $serviceLocation->id) @endif @endforeach
@lang('app.day') @lang('app.isworking') @lang('app.startTime') @lang('app.endTime') @lang('app.action')
{{ ucWords($schedule->days) }}
{{ $schedule->is_working == 'yes' ? $schedule->utc_start_time->format($settings->time_format) : '-------' }}
{{ $schedule->is_working == 'yes' ? $schedule->utc_end_time->format($settings->time_format) : '-------' }}
@if ($schedule->is_working == 'yes') @endif
@endforeach