@extends('layouts.app') @section('title', '401 Unauthorized') @section('content')

401

Unauthorized

You must be logged in to access this page. Please sign in with a valid account.

@guest Sign In @else Go Back @endguest
@endsection