@extends('partials.layouts.master') @section('title', 'Container Types - MediTrack') @section('meta_description', 'Manage container types for medical waste storage. Define and categorize containers used for different types of medical waste disposal.') @section('title-sub','Container Type') @section('pagetitle','') @section('content')
Home / Clinics / Moduls / Medical Waste / Container Type
Back
All Container Type
@forelse($containerTypes as $containerType) @empty @endforelse
Container Type Actions
{{ $containerType->name }}
No container types found. Add your first container type!
Showing 1 to 10 of 500 results
Per page:
@endsection