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

Admin Dashboard

Welcome, {{ auth()->user()->name }}

@endsection