+ {{ __('By') }}: + {{ ($getRecord()->user->name) ?? '' }} +
++ {{ __('created at') }}: + {{ $getRecord()->created_at->format('Y.m/d') }}-{{ $getRecord()->created_at->format('h:i a') }} +
+{{ ($getRecord()->form->name) ?? '' }}
+{{ ($getRecord()->form->desc) ?? '' }}
+{{ $resp->field->name }}
+{{ $resp->response ?? ''}}
+- {{ __('From') }}: - {{ ($row->user->name) ?? '' }} -
-- {{ __('created at') }}: - {{ $row->created_at->format('Y.m/d') }}-{{ $row->created_at->format('h:i a') }} -
-+ {{ __('By') }}: + {{ ($row->user->name) ?? '' }} +
++ {{ __('created at') }}: + {{ $row->created_at->format('Y.m/d') }}-{{ $row->created_at->format('h:i a') }} +
+{{ ($row->form->name) ?? '' }}
+{{ ($row->form->desc) ?? '' }}
+{{ $resp->field->name }}
+{{ $resp->response ?? ''}}
+