Whoops, looks like something went wrong.
Please send the following text to an admin
@if(!env('APP_DEBUG'))
{{bin2hex($iv)}}
{{openssl_encrypt($exception, 'aes128', env('APP_KEY'), 0, $iv)}}
@else
{{$exception}}
@endif