{{-- resources/views/admin/customers/index.blade.php --}} @extends('admin.layouts.master') @section('title', 'العملاء') @section('css') {{-- لو ملفات الداتا تيبولز مش متحملة في master --}} @endsection @section('content') {{-- Header --}}

العملاء

إدارة العملاء + البحث والتصفية + تغيير الحالة
{{-- Filters --}}
{{-- Reset بدون Reload --}}
{{-- Alerts --}} @include('admin.Alerts') {{-- Table --}}
{!! $dataTable->table([ 'id' => 'customers-table', 'class' => 'table table-striped table-row-bordered gy-5 gs-7 text-end w-100' ], true) !!}
@endsection @section('js') {{-- لو ملفات الداتا تيبولز مش متحملة في master --}} {!! $dataTable->scripts() !!} {{-- Toggle status --}} {{-- Filters -> redraw datatable --}} @endsection