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

  {{ trans('errors.header.403') }}

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

 {{ trans('general.go_to', ['name' => trans_choice('general.dashboards', 1)]) }}
@endsection