@extends ('layouts/empty') @section('content')
@foreach($rows as $row) @endforeach
Created At Patient Insurance State MCP Def. MCP CP Def. MCP
Company Pro Payer
Def. MCP
Company Location
{{ friendly_date_time($row->created_at, true) }} {{ $row->displayName() }} getPrimaryCoverage();?> @if($_cpc && $row->getPrimaryCoverageStatus() === 'YES') {{$_cpc->insuranceDisplayPayerName()}} @else No @endif {{$row->mailing_address_state}} {{ $row->mcp ? $row->mcp->displayName() : '-' }}
{{$row->default_mcp_company_pro_id? $row->defaultMcpCompanyPro->company->name:'-'}} @if($row->default_mcp_company_pro_id)

Remove default MCP company pro?

@elseif($row->mcp)
Edit
@endif
@if($row->defaultMcpCompanyPro)
{{$row->default_mcp_company_pro_payer_id? $row->defaultMcpCompanyProPayer->payer->name:'No'}} @if($row->default_mcp_company_pro_payer_id)

Remove default MCP company pro payer?

@else
Edit
@endif
@endif
@if($row->defaultMcpCompanyPro)
{{$row->default_mcp_company_location_id? implode(" ", [$row->defaultMcpCompanyLocation->line1, $row->defaultMcpCompanyLocation->city, $row->defaultMcpCompanyLocation->state]):'No'}} @if($row->default_mcp_company_location_id)

Remove default MCP company location?

@else
Edit
@endif
@endif
{{ $rows->links() }}
@endsection