@extends('admin.layouts.master') @section('title', 'Access Denied') @section('content')
403

Access Denied

{{ $message ?? 'You do not have permission to access this page or action.' }}

@endsection