@extends('layouts.admin') @section('title', $zone->name) @section('page_title', __('Zone') . ' - ' . $zone->name) @section('content')
{{ $zone->code }}
المدير: {{ $zone->manager?->name ?? 'لا يوجد' }}
{{ __('Status') }}: @if($zone->is_active){{ __('Active') }} @else{{ __('Inactive') }}@endif
@if($zone->notes){{ $zone->notes }}
@endif| الكود | الاسم | الهاتف | {{ __('Type') }} | الرصيد |
|---|---|---|---|---|
| {{ $c->code }} | {{ $c->name }} | {{ $c->phone }} | {{ __($c->type) }} | {{ number_format((float) $c->balance, 2) }} |
| لا يوجد عملاء | ||||