@extends( 'backend.layouts.app' )
@section('title', $moduleProperties['longModuleName'])
@section('CSSLibraries')
@endsection
@section('JSLibraries')
@endsection
@section('content')
@include( 'backend.layouts.notification_message' )
- Id
- {{ $record->id }}
- Culture
- {{ ucfirst($record->culture) }}
- Question
- {{ $record->text }}
- Type
- {!! $record->checker_text_formatted !!}
- Date Created
- {!! $record->created_at->format(constants('back.theme.modules.datetime_format')) !!}
- Image
-
Go back
@endsection
@section('inlineJS')
@endsection