Hello Team,
{{ __('Error Time:') }} {{ $time }} ({{ $timezone }})
{{ __('Error Details:') }}
@if(is_array($data))
{{ json_encode($data, JSON_PRETTY_PRINT) }}
@else
{{ $data}}
@endif
{{ __('Please investigate the issue as soon as possible.') }}
Thanks,
{{config('app.name')}}