@extends('partials.layouts.master') @section('title', 'Waste Collectors - MediTrack') @section('meta_description', 'Manage waste collectors responsible for medical waste collection and disposal. Track collector information and waste collection history.') @section('title-sub','Collectors') @section('pagetitle','') @section('content')
| Collector Name | Location | Phone Number | Bag History | Actions |
|---|---|---|---|---|
| {{ $collector->name }} | {{ $collector->location ?? 'N/A' }} | {{ $collector->phone_number ?? 'N/A' }} | ||
| No collectors found. Add your first collector! | ||||