Lokasi Cabang

30+ Cabang Fitness Plus di Seluruh Indonesia

@forelse($locations as $location) {{-- @dd($location) --}}
{{ $location['branch_name'] ?? 'Fitness Plus Branch' }}

{{ $location['branch_name'] ?? '-' }}

@if(!empty($location['phone']))

{{ $location['phone'] }}

@endif @if(!empty($location['email']))

{{ $location['email'] }}

@endif @if(!empty($location['address']))

{{ $location['address'] }}

@endif
@empty
Cabang belum tersedia

Data cabang belum tersedia

Silakan cek kembali beberapa saat lagi.

@endforelse
@if($locations instanceof \Illuminate\Contracts\Pagination\LengthAwarePaginator && $locations->hasPages())
@if($locations->onFirstPage()) Sebelumnya @else Sebelumnya @endif
@foreach($locations->getUrlRange(1, $locations->lastPage()) as $page => $url) @if($page === $locations->currentPage()) {{ $page }} @else {{ $page }} @endif @endforeach
@if($locations->hasMorePages()) Selanjutnya @else Selanjutnya @endif
@endif