@extends('layout.error') @section('content')

{{ trans('errors.unauthorized.code') }}

{{ trans('errors.unauthorized.title') }}

{{ trans('errors.unauthorized.message') }}


{{ trans('errors.unauthorized.link') }}

@stop