@extends('layouts.app') @section('content')
Dashboard
@if (session('status')) @endif Hi there, regular user!
@endsection