@extends ('layouts/empty') @section('content')
@foreach($rows as $row) note_id)->first(); ?> @endforeach
Date Patient Insurance State Note HCP Company Pro
{{ friendly_date_time($row->created_at, true) }} {{ $row->client->displayName() }} client->getPrimaryCoverage();?> @if($_cpc && $row->client->getPrimaryCoverageStatus() === 'YES') {{$_cpc->insuranceDisplayPayerName()}} @else No @endif {{$row->client->mailing_address_state}} {{ $note->effective_dateest }} {{ $note->hcpPro ? $note->hcpPro->displayName() : '-' }} {{$row->hcpCompanyPro && $row->hcpCompanyPro->company ? $row->hcpCompanyPro->company->name : '-'}}
Edit
{{ $rows->links() }}
@endsection