Edit Tour

@csrf @method('PUT')
{{-- --}}
@php $tourTypes = json_decode($tourTypes, true) ?? []; @endphp @foreach ($tourTypes as $index => $tourType)
@endforeach
@php $meetPoints = json_decode($tour->meet_point, true) ?? []; $meetLatLong = json_decode($tour->meet_lat_lng, true) ?? []; @endphp @foreach ($meetPoints as $index => $meetPoint)
@endforeach