@extends('layouts.vertical', ['title' => 'Starter Page']) @section('content')

¡Bienvenido al dashboard!

Usuario: {{ Auth::user()->email }}

@include('layouts.partials/page-title', ['title' => 'Starter Page'])
@endsection