@extends('errors.layout') @section('title','Un-Authorized') @section('content')

Oops!

Unauthorized | {{ $exception->getMessage() }}
{{-- --}}
{{--
Return Home
--}}
@endsection