@extends($activeTemplate . 'layouts.frontend') @section('content')
@forelse($branches as $branch) @empty @endforelse
@lang('S.N.') @lang('Branch Name') @lang('Address') @lang('Email') @lang('Contact') @lang('Routing No.') @lang('Map')
{{ $loop->index + $branches->firstItem() }} {{ __($branch->name) }} {{ __($branch->address) }} {{ $branch->email }} {{ $branch->mobile }} {{ $branch->routing_number }}
{{ __($emptyMessage) }}
@if ($branches->hasPages())
{{ $branches->links() }}
@endif
@endsection @push('modal') @endpush @push('script') @endpush