{{-- resources/views/admin/dashboard/index.blade.php --}}
{{-- Admin dashboard — stat cards + recent tables, all permission-aware --}}
@extends('layouts.admin')
@section('title', 'Dashboard')
@section('page_title', 'Dashboard')
@section('page_css')
@endsection
@section('content')
{{-- Page header --}}
You are logged in. Use the sidebar navigation to access the modules you have been granted access to.