@extends('pages.admin.layout') @section('content')
Admin Dashboard
@if (session('status')) @endif You are logged in!
@endsection