@extends('layouts.error') @section('title', __('errors.403.title')) @section('content')

403

{{ __('errors.403.heading') }}

{{ __('errors.403.description') }}

{{ __('buttons.go_to_dashboard') }} {{ __('buttons.go_back') }}
@endsection