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

{{ (isset($error)) ? $error : 'Invalid Resource!' }}

@endsection