@extends('layouts.admin') @section('title', trans('errors.forbidden_access')) @section('content')
{!! trans('errors.messages.forbidden_access', ['link' => url('/') ]) !!}