@extends('layouts.master') @section('scripts') @endsection @section('mainContainer') @if($exception instanceof \Symfony\Component\HttpKernel\Exception\NotFoundHttpException) {!! trans('applicationResource.errors.404') !!} @else @if(config('app.env') == 'local') {!! $exception->getMessage() !!} @else {!! trans('applicationResource.errors.generic') !!} @endif @endif @if(config('app.env') == 'local') {!! trans('applicationResource.button.showHideDetails') !!} {!! str_replace("\n", "", $exception->getTraceAsString()) !!} @endif {!! trans('applicationResource.button.back') !!} @endsection
{!! str_replace("\n", "", $exception->getTraceAsString()) !!}