@include('errors.template', [ 'code' => $code ?? '404', 'title' => $title ?? 'Oops – Not Found!', 'message' => $message ?? 'But don\'t worry – if you were submitting a form, it’s safely submitted and nothing’s been lost.' ])