@extends('errors.layout')
@section('title', '403 — Access Forbidden')
@section('code', '403')
@section('badge-label', 'Access Denied')
@section('dot-color', '#EF4444')
@section('icon-bg', '#FEF2F2')
@section('icon-color', '#EF4444')
@section('icon')
@endsection
@section('heading', 'Access Forbidden')
@section('description', "You don't have the required permissions to access this resource. Contact your administrator if you believe this is a mistake.")
@section('actions')
Back to Dashboard
Go Back
@endsection