@extends('layouts.app') @section('title', 'المصارف - نظام إدارة الحوالات الخارجية') @section('page-title', 'المصارف') @section('page-actions') @can('create', App\Models\Bank::class) إضافة مصرف جديد @endcan @endsection @section('content')
# | الشعار | اسم المصرف | اسم المصرف (بالإنجليزية) | Swift Code | عدد النماذج | الإجراءات |
---|---|---|---|---|---|---|
{{ $index + 1 }} |
@if($bank->logo)
|
{{ $bank->name }} | {{ $bank->name_en }} | {{ $bank->swift_code }} | {{ $bank->templates->count() }} | @can('delete', $bank) @endcan |
لا توجد مصارف |
المصرف | طلب تحويل | نافذة العملة | تعهد | تأكيد | المجموع |
---|---|---|---|---|---|
{{ $bank->name }} | {{ $bank->templates->where('template_type', 'transfer_request')->count() }} | {{ $bank->templates->where('template_type', 'currency_window')->count() }} | {{ $bank->templates->where('template_type', 'covenant')->count() }} | {{ $bank->templates->where('template_type', 'confirmation')->count() }} | {{ $bank->templates->count() }} |