@extends('layouts.admin.app') @section('page-title') {{ __('Branches') }} @endSection @section('page-nav-title')
{{ __('ID') }} | {{ __('Image') }} | {{ __('Name') }} | {{ __('Region') }} | {{ __('Phone Number') }} | {{ __('Super Branch') }} | {{ __('Address') }} | {{ __('Location') }} | {{ __('Activation') }} | {{ __('Items') }} | @if (isPermissionsAllowed('control-branches')){{ __('Control') }} | @endif
---|---|---|---|---|---|---|---|---|---|---|
{{ $branch->id }} |
@if ($branch->getFirstMediaFile())
|
{{ $branch->getNameAttribute() }} | {{ $branch->category->getNameAttribute() }} | {{ $branch->phone_number }} |
|
{{ $branch->address }} | {{ $branch->status ? __('Active') : __('Not Active') }} | {{ __('Show') }} | @if (isPermissionsAllowed('control-branches'))@endif |