@extends('adminlte::layouts.app') @section('htmlheader_title') Bad Authentication @endsection @section('page_title') 403 @endsection @section('contentheader_title') Authentication Required @endsection @section('contentheader_description') Authentication Failed @endsection @section('main-content')

403

Oops! Bad Authentication

Sorry, your authentication failed.
Message: {{ $exception->getMessage() }}
Back to login


@endsection