@extends('admin.layouts.master') @section('title', 'حركات الخزنة') @section('css') @endsection @section('content')
حركات الخزنة: {{ $treasury->name }}
الرصيد الحالي (تقريبي): {{ number_format($balance ?? 0, 2) }}
فتح شفت إضافة حركة رجوع للخزن
@include('admin.Alerts')
قائمة الحركات
ERP
{{-- لو بتستخدم Yajra DataTables --}} @isset($dataTable) {!! $dataTable->table(['class' => 'table table-striped table-bordered text-end align-middle'], true) !!} @else
لم يتم تمرير $dataTable للصفحة. لو بتستخدم DataTable Render طبيعي تجاهل الرسالة.
@endisset
@endsection @section('js') @isset($dataTable) {!! $dataTable->scripts() !!} @endisset @endsection