@extends('admin.layouts.master') @section('css') @endsection @section('title') بيانات الخزن @endsection @section('content')
بيانات الخزن — {{ auth()->user()->name }}
@include('admin.Alerts')
{!! $dataTable->table([ 'id' => 'treasuries-table', 'class' => 'table table-striped table-row-bordered gy-5 gs-7 text-end' ], true) !!}
@endsection @section('js') {!! $dataTable->scripts() !!} @endsection