Skip to content

Instantly share code, notes, and snippets.

@paulofreitas
Created October 2, 2017 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulofreitas/0a7478be902aa3567d3271ac4bcbb9fd to your computer and use it in GitHub Desktop.
Save paulofreitas/0a7478be902aa3567d3271ac4bcbb9fd to your computer and use it in GitHub Desktop.
@extends('errors::layout')
@section('title', __('Unauthorized'))
@section('message', __($exception->getMessage()))

Just create the resources/views/errors/403.blade.php file like the example included in this Gist and adapt it to your needs. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment