{{-- サイドナビ --}}
{{-- 件数表示 --}}
利用者総数: {{ count($data['rehab_patient_list']) }}
{{-- /.件数表示 --}}
@foreach ($data['rehab_patient_list'] as $num => $patient)
{{ $num + 1 }}
{{ implode(' ', [ $patient->patient_sname, $patient->patient_gname, ]) }}
@endforeach
{{-- /.サイドナビ --}} {{-- Google Map描画 --}}
{{-- /.Google Map描画 --}}
@push('head') @endpush @push('scripts') {{-- {{-- {{-- {{-- Google Maps 読み込み(.env → config/services.php 経由) --}} @endpush