<h3>Error Log Informtion from Qooetu.com</h3>
<strong>Time of Error</strong> {{ date('M d, Y H:iA') }}<br>

<strong>Server Name</strong> <?=$_SERVER['SERVER_NAME'];?><P>
<strong>Server Address</strong> <?=$_SERVER['SERVER_ADDR'];?><P>
<strong>Route</strong> <?=$_SERVER['REQUEST_URI'];?><P>

<strong>User Agent:</strong> <?=$_SERVER['HTTP_USER_AGENT']?><p>

<strong>Message:</strong> {{ $e->getMessage() }}<p>

<strong>Code:</strong> {{ $e->getCode() }}<p>

<strong>File:</strong> {{ $e->getFile() }}<p>

<strong>Line:</strong> {{ $e->getLine() }}<p>

<strong>Affected User:</strong> {{ @Auth::user()->name }}   -{{ @Auth::user()->profile->telephone}}<p>