@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Dashboard
{{-- Dashboard content will go here --}}
@endsection