@extends('layouts.admin') @section('title', 'Dashboard') @section('content_header')

Dashboard

@stop @section('content')

Welcome to the Admin Dashboard!

@stop @section('css') {{-- Add here extra stylesheets --}} @stop @section('js') @stop