@if(isset($record_name) && isset($record_id))
{{ $record_name }} with id {{ $record_id }} not found
@else
Page not found
@endif @if(Auth::guest())
Homepage
|
Go Back
@else
Dashboard.
|
Go Back
@endif