Case Number: {{ $communication->case->case_number }}
Title: {{ $communication->case->title }}
Status: {{ ucfirst($communication->case->status) }}
Priority: {{ ucfirst($communication->case->priority) }}
@if($communication->case->client)
Client: {{ $communication->case->client->display_name }}
@endif
@if($communication->case->primaryLawyer)
Primary Lawyer: {{ $communication->case->primaryLawyer->name }}
@endif
View Case
New Communication