@extends('errors.master') @section('title', 'Error Page 405') @section('main')

{{ ___('error.405_method_not_allowed') }}

{{ ___('error.the_server_knows_the_request_method_but_the_target_resource_doesn_t_support_this_method') }}

@endsection