@extends('layouts.app') @section('title', 'إدارة المصروفات') @section('page-title', 'إدارة المصروفات') @section('title-icon', 'bx-money') @section('page-icon-color', '#009688') @section('breadcrumbs') / إدارة المصروفات @endsection @section('content')
| # | التاريخ | المبلغ | البيان | طريقة الدفع | الحساب البنكي | سجل بواسطة | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $expenses->firstItem() + $index }} | {{ $expense->expense_date->format('Y-m-d') }} | {{ number_format($expense->amount, 2) }} | {{ Str::limit($expense->description, 40) ?? '-' }} | @if($expense->payment_method) {{ $expense->payment_method }} @else - @endif | {{ Str::limit($expense->bank_account, 30) ?? '-' }} | @if($expense->created_by) {{ $expense->created_by }} @else - @endif | |
|
لا توجد بيانات
|
|||||||