Routing

@if (session('error'))
Error! {{ session('error') }}
@endif
Configure Day
@foreach($routing_configure->itenary as $key => $itenary) @include('Routing.partials.itinerary', ['itenary' => $itenary, 'key' => $key]) @endforeach
@php if($routing->round_trip == 1){ @endphp
@include('Routing.partials.itenerary-conveyanceround', ['itenary' => $itenary, 'key' => $key])
@php } @endphp
@section('scripts') @endsection