{{ $tour->status == 1 ? 'Published' : 'Unpublished' }}
{{ $tour->name }}
{{ $tour->bokun_id }}
{{ $tour->bokun_title }}
{{ $tour->time }}
{{ $tour->start_time }}
{{ $tour->end_time }}
{{ $tour->duration }}
{{ $tour->region->eng_name ?? 'N/A' }}
{{ $tour->prefecture->eng_name ?? 'N/A' }}
{{ $tour->city->eng_name ?? 'N/A' }}
{{ $tour->operation_area }}
{{ $tour->operation_lat_lng }}
{{ $tour->guide_free }}
{{ $tour->managers->pluck('name')->implode(', ') }}
{{ $tour->link_form }}
{{ $tour->tour_instructions }}
Name | Rate |
---|---|
{{ $tourType->name }} | {{ $tourType->rate }} |
Meet Point | Latitude/Longitude |
---|---|
{{ $meetPoint }} | {{ $meetLatLng[$index] ?? 'N/A' }} |
{{ $tour->groups->pluck('name')->implode(', ') }}