@extends('errors.layout') @section('title', 'Method Not Allowed') @section('code', '405') @section('message', 'Invalid Request Method') @section('description', 'You are trying to access this page in a way that is not allowed. Please use the official buttons or forms within the application.')