@extends('reports/layout.app') @section('title', 'BettrAi | Account Monitoring Claims') @section('content')

Account Billing Claims Report

@foreach($cpt_codes_list as $all_cpt_code) @endforeach
Patient Name MRN DOB Billing DX Provider Name/NPI Date Enrolled{{ $all_cpt_code->service_type}} {{ $all_cpt_code->cpt_code }}Action
@endsection