@extends('layouts.app') @section('title', 'Welcome') @section('content')
Welcome, {{ auth()->user()->name }}

Your login isn't linked to a staff record yet. Please contact your administrator.

@endsection