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

Dashboard

Welcome, {{ Auth::user()->name }}!

@endsection