@extends('admin.layouts.master') @section('title', 'سجل النشاط') @section('css') @endsection @section('content')
{{-- ══════════════════════════════════════════ Page Header ══════════════════════════════════════════ --}} {{-- ══════════════════════════════════════════ Stats Cards ══════════════════════════════════════════ --}}
عمليات إضافة
عمليات تعديل
عمليات حذف
إجمالي السجلات
{{-- ══════════════════════════════════════════ Filter Panel ══════════════════════════════════════════ --}}
خيارات التصفية
@if(auth()->user()->isSuperAdmin())
@endif
{{-- ══════════════════════════════════════════ DataTable Card ══════════════════════════════════════════ --}}
قائمة السجلات
...
# التاريخ والوقت الفرع المستخدم الحدث الهدف الوصف عنوان IP التفاصيل
{{-- .pc-content --}}
{{-- .pc-container --}} {{-- ══════════════════════════════════════════ Detail Modal ══════════════════════════════════════════ --}} @endsection @section('js') @endsection