@extends('errors.base') @section('title', $__t('Unauthorized')) @section('content')

{{ $__t('You are not allowed to view this page') }}

@stop