@extends('admin.layouts.master') @section('title', 'الحسابات المالية') @section('content')

الحسابات المالية

@can('payment_accounts.create') إضافة حساب @endcan
@if(session('success'))
{{ session('success') }}
@endif
#الكودالاسمالنوعالرصيد الافتتاحيالرصيد الحاليالحالةالإجراءات
@endsection @section('css') @endsection @section('js') @endsection