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

403

{{ __('Access Forbidden') }}

{{ __('You do not have permission to access this resource.') }}

@endsection