{{-- resources/views/admin/dashboard.blade.php --}} @extends('admin.layouts') @section('title', 'Admin Dashboard') @section('page_title', 'Dashboard') @section('content')

Welcome to Admin Dashboard

{{-- Your dashboard content here --}}
@endsection