@extends('errors.layout') @section('title', __('Access Forbidden')) @section('code', '403') @section('message-headline', __('Opps ! Something went wrong.')) @section('message-title', __('403 Access Forbidden')) @section('message', __("You don't have permission to the page."))