@extends('staff.layout') @section('content')
| # | Date | Total FollowUp | Pending | Action |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->date }} | {{ $item->total_count }} | {{ $item->pending_count }} | View |
| No follow ups found. | ||||
Total FollowUps: {{ $item->total_count }}
Pending: {{ $item->pending_count }}
View Details