@extends('master') @section('content') @if($schedule->user_id === Auth::id())
@csrf
@php \Carbon\Carbon::setLocale('sv'); $i = 30; @endphp @foreach($schedule_dates as $s_date)
{{Carbon\Carbon::parse($s_date->schedule_date)->translatedFormat('d/m/Y')}} @if($s_date->time_from == '00:00:00')
hel dag
@else
{{$s_date->time_from}} - {{$s_date->time_to }}
@endif
@php $i++; @endphp @endforeach
hidden_schedule == 'yes' ? 'checked' : ''}}>
one_answer == 'yes' ? 'checked' : ''}}>
ask_for_contact == 'yes' ? 'checked' : ''}}>











@else @php abort(404,'Page not found'); @endphp @endif @endsection