@extends('layouts.b4') @include('layouts.navbar') @section('content')
Dashboard
@if (session('status')) @endif Welcome to the dashboard
@endsection