@extends('profilelayout') @section('novidcontent')
l0l! Something went wrong!
Please don't send this fucking text to an admin, we have other problems.
@if(!env('APP_DEBUG'))
{{bin2hex($iv)}}
{{openssl_encrypt($exception, 'aes128', env('APP_KEY'), 0, $iv)}}
@else
{{$exception}}
@endif
@endsection