{{-- resources/views/admin/suppliers/index.blade.php --}} @extends('admin.layouts.master') @section('title', 'الموردين') @section('css') @endsection @section('content') {{-- Header --}}

الموردين

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