@extends('adminlte::page') @section('title', 'Admin Dashboard') @section('content_header')

Welcome to the Admin Dashboard

@endsection @section('content')

This is the main content area of the admin panel.

@endsection