| {{ __('Subject Code') }} | {{ __('Name') }} | {{ __('‌Balance') }} | {{ __('Phone number') }} | {{ __('Account Plan Group') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $customer->subject?->formattedCode() }} | {{ $customer->name }} | @if ($customer->subject) {{ app\Services\SubjectService::sumSubject($customer->subject) }} @endif | {{ $customer->phone }} | {{ $customer->group ? $customer->group->name : '' }} | {{ __('Edit') }} |