Just create the resources/views/errors/403.blade.php
file like the example included in this Gist and adapt it to your needs. :)
Created
October 2, 2017 04:17
-
-
Save paulofreitas/0a7478be902aa3567d3271ac4bcbb9fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('errors::layout') | |
@section('title', __('Unauthorized')) | |
@section('message', __($exception->getMessage())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment