@extends('admin.layout') @section('content')

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

@endsection