@extends('error-emailer::layouts.common') @section('title') @include('error-emailer::subject') @stop @section('emailbody')
{{ $trace }}
PHP environment:
$_SERVER = {{ print_r($_SERVER, true) }}
$_REQUEST = {{ print_r($_REQUEST, true) }}
|