{{ __('ui.branches.heading') }}
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ __('ui.branches.list_title') }}
@if ($branches->isEmpty()){{ __('ui.branches.empty') }}
@else
@foreach ($branches as $branch)
@endforeach
@endif
{{ $branch->branch_name }}
{{ optional($branch->city)->city_name }} / {{ optional($branch->district)->district_name }}
{{ $branch->address ?: '—' }}
@if (!empty($branch->branch_phone)){{ $branch->branch_phone }}
@endif