GrafiteInc/Scaffold

View on GitHub
resources/views/errors/401.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('errors.branded-layout')

@section('code', '401')
@section('title', __('Unauthorized'))

@section('message', __('Sorry, you are not authorized to access this page.'))