@extends('layouts.minimal') @section('title', 'Error 401: Unauthorized User!') @section('content')

{{ $error }}


@if(isset($description))

{{ $description }}

@endif @stop