@extends('web.layouts.main') @section('content') {{__('web.home')}} {{__('web.book_date')}} {{__('web.book_date')}} @CSRF @foreach($reasons as $row) {{reasonname($row->id)}} @endforeach {{__('web.reason')}} {{__('web.name')}} {{__('web.email')}} {{__('web.phone')}} {{__('web.sure')}} {{ date( "F")}}, {{ date( "Y")}} @php for($i=0 ;$i < 7; $i++){ @endphp {{ date( "D", strtotime( "+$i days" ) )}} {{ date( "m/d", strtotime( "+$i days" )) }} @php } @endphp @php for($k=0 ;$k < contdates(date('Y-m-d')); $k++){ @endphp @php for($i=0 ;$i < 7; $i++){ @endphp @if(datesget(date( "Y-m-d", strtotime( "+$i days" )),$k)) @if(!is_null(timedates(date( "Y-m-d", strtotime( "+$i days" )),$k))) {{date('g:i a',strtotime(timedates(date( "Y-m-d", strtotime( "+$i days" )),$k)))}} @endif @else @endif @php } @endphp @php } @endphp {{__('web.fill_inputs')}} {{__('web.success')}} @push('js') @endpush @stop