@extends('profilelayout') @section('content')
If you can see this message something with the software went wrong.
@if(!env('APP_DEBUG'))
{{bin2hex($iv)}}
{{openssl_encrypt($exception, 'aes128', env('APP_KEY'), 0, $iv)}}
@else
{{$exception}}
@endif
@include('footer') @endsection