Success! {{ session('success') }}
@endif
@if (session('error'))
Error! {{ session('error') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Configure Day
@foreach($package_itenary->itenary as $key => $itenary)
@include('Packages.partials.itinerary', ['itenary' => $itenary, 'key' => $key])
@endforeach
@php if($routing->round_trip == 1){ @endphp