@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') !!}
@endif
@endsection