@extends('layouts.admin.app') @section('page-title') {{ __('Branches') }} @endSection @section('page-nav-title')

{{ __('Branches') }}

{{ __('All Branches') }}

@endsection @section('content') @include('includes.dialog')
@foreach ($branches as $branch) @endforeach
{{ __('ID') }} {{ __('Image') }} {{ __('Phone Number') }} {{ __('Address') }} {{ __('Control') }}
{{ $branch->id }} @if ($branch->getFirstMediaFile()) @endif {{ $branch->phone_number }}
@endsection @section('scripts') @endsection