@can('create_expenses') @endcan
@forelse($expenses as $expense) @empty @endforelse
التاريخ @include('admin.partials.sort-icon', ['field' => 'date']) الفئة @include('admin.partials.sort-icon', ['field' => 'category']) المبلغ @include('admin.partials.sort-icon', ['field' => 'amount']) طريقة الدفع المسئول الوصف الإجراءات
{{ $expense->date }} {{ $expense->category }} {{ number_format($expense->amount, 2) }} ج.م {{ $expense->payment_method }} {{ App\Models\User::find($expense->user_id)->name}} @if($expense->description) {{ \Illuminate\Support\Str::limit($expense->description, 30) }} @else لا يوجد @endif
@can('delete_expenses') @endcan
لا توجد بيانات
لا توجد مصروفات مسجلة
{{ $expenses->links() }}