• File: 403.blade.php
  • Full Path: /home/masbinta/public_html/core/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/403.blade.php
  • File size: 153 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@extends('errors::minimal')

@section('title', __('Forbidden'))
@section('code', '403')
@section('message', __($exception->getMessage() ?: 'Forbidden'))