@extends('layouts.banking') @section('title', 'إدارة الوكلاء') @section('content')
الكود | الاسم | البلد | المدينة | الهاتف | نوع العمولة | الرصيد | الحالة | الإجراءات |
---|---|---|---|---|---|---|---|---|
{{ $agent->code }} | {{ $agent->name }} | {{ $agent->country }} | {{ $agent->city }} | {{ $agent->phone }} | {{ $agent->commission_type_name }} | {{ number_format($agent->balance, $agent->currency->decimal_places) }} {{ $agent->currency->symbol }} | @if($agent->status == 'active') {{ $agent->status_name }} @elseif($agent->status == 'inactive') {{ $agent->status_name }} @else {{ $agent->status_name }} @endif | |
لا توجد بيانات |