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

{{ (isset($error)) ? $error : 'This action is unauthorized.' }}

@endsection