@include('admin.tour_guide.send_contract') @if (!empty($breadcrumbs)) @endif

{{--
--}}
@foreach($tour_guides as $guide) @endforeach
{{__('common.status')}}
{{__('common.first_name')}}
{{__('common.last_name')}}
{{__('common.email')}}
{{__('common.phone')}}
{{__('common.region')}}
{{__('common.prefecture')}}
{{__('common.position')}}
{{ $guide->status_text }} {{ $guide->first_name }} {{ $guide->last_name }} {{ $guide->email }} {{ $guide->phone }} {{ $guide->region->eng_name ?? 'N/A' }} {{ $guide->prefecture->eng_name ?? 'N/A' }} {{ $guide->position }}
  View   Edit @if($guide->status == 1)
@csrf
@csrf
@elseif ($guide->status == 2)
@csrf
@elseif ($guide->status == 3)
@csrf
@csrf
@csrf
@elseif ($guide->status == 4)
@csrf
@endif
{{ $tour_guides->links('vendor.pagination.tailwind', ['perPage' => $perPage]) }}