Laboratory

Clinic Lab

@include('livewire.lab.edit')
@if($clinic) @foreach ($clinic as $key => $items) @endforeach @endif
# Name Serial Number Purpose Action
{{ $key+1 }} {{ $items['name'] }} {{ $items['serial_no'] }} {{ $items['purpose'] }}