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

{{ __('Branches') }}

@endsection @section('content') @include('includes.dialog')
@if (isPermissionsAllowed('control-branches'))
{{-- {{__('Create Branch')}} --}} {{-- "sort"])}}" class="btn btn-primary"> {{__('Sort')}} --}} {{-- --}} {{-- --}}
{{-- --}}
@endif
@if (isPermissionsAllowed('control-branches')) @endif @foreach ($branches as $key => $branch) @if (isPermissionsAllowed('control-branches')) @endif @endforeach
{{ __('ID') }} {{ __('Image') }} {{ __('Name') }} {{ __('Region') }} {{ __('Phone Number') }} {{ __('Super Branch') }} {{ __('Address') }} {{ __('Location') }} {{ __('Activation') }} {{ __('Items') }}{{ __('Control') }}
{{ $branch->id }} @if ($branch->getFirstMediaFile()) @endif {{ $branch->getNameAttribute() }} {{ $branch->category->getNameAttribute() }} {{ $branch->phone_number }}
{{ $branch->address }} {{ $branch->status ? __('Active') : __('Not Active') }} {{ __('Show') }}
@endsection @section('scripts') {{-- --}} {{-- --}} @endsection