@extends('admin::layouts.app') @section('title', 'Dashboard') @section('content')

Dashboard

Hello, {{ $user->name }}!

@endsection