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

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

@endsection