@foreach ($group['all_tests'] as $test) @if ($test->sample) @if ($test->sample->lab_receive_date)
  • {{ date('F d, Y', strtotime($test->sample->lab_receive_date)) }}
  • @else
  • -
  • @endif @else No Receive Date @endif @endforeach