Files
UNIT3D/resources/views/errors/405.blade.php
2022-07-06 20:48:40 -05:00

6 lines
200 B
PHP

@extends('errors.layout')
@section('title', 'Error 405: Method Not Allowed!')
@section('description', $exception->getMessage() ?: 'The method you are trying is use, is not allowed by this server.')