@extends( 'backend.layouts.app' ) @section('title', $moduleProperties['longModuleName']) @section('CSSLibraries') @endsection @section('JSLibraries') @endsection @section('content')

{{ $moduleProperties['longModuleName'] }} Edit {{ str_singular($moduleProperties['shortModuleName']) }}

@include( 'backend.layouts.notification_message' )

{{ str_singular($moduleProperties['shortModuleName']) }} Details

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