Name Abbreviation Audition Date Status Created @foreach($this->clients() as $client) {{ $client->name }} {{ $client->abbreviation }} {{ $client->audition_date->local()->format('m/d/Y') }} {{ $client->status }} {{ $client->created_at->local()->format('m/d/Y | g:i A') }} @endforeach