@php
$record = $getRecord();
$datePlaced = $record ? $record->date_placed : null;
@endphp
@if($datePlaced)
{{ $datePlaced->format('M j, Y') }}
{{ $datePlaced->format('g:i') . strtolower($datePlaced->format('a')) }}
{{ $datePlaced->diffForHumans() }}
@endif