@@ -35,7 +35,7 @@ class PracticeManagementController extends Controller
public function billingReport(Request $request)
{
- $rows = BillingReport::paginate(100);
+ $rows = BillingReport::paginate(200);
return view('app.practice-management.billing-report', compact('rows'));
}
@@ -39,7 +39,7 @@
</td>
<td class="text-nowrap border-left-0">
<a href="{{$row->link}}">
- {{friendlier_date_time($row->note_date, false)}}
+ {{friendly_date_time($row->note_date, false)}}
</a>