@extends('layouts.app')
@section('title', 'سجل النشاط')
@section('content')
@include('flash::message')
إجمالي العمليات
{{ $totalLogs ?? 0 }}
نشاطات اليوم
{{ $todayLogs ?? 0 }}
إضافة
{{ $createdLogs ?? 0 }}
تعديل
{{ $updatedLogs ?? 0 }}
حذف
{{ $deletedLogs ?? 0 }}
@include('activity_logs.filter')
@include('activity_logs.table')
@endsection