@if ($getRecord()->created_at === null) N/A @else
{{ \Carbon\Carbon::parse($getRecord()->date)->format('h:i A') }}
{{ \Carbon\Carbon::parse($getRecord()->date)->translatedFormat('jS M, Y') }}
@endif