@extends('admin.layout') @section('content')

All Lab Tests

Add Lab
@foreach($labs as $index => $lab) @endforeach
# Lab Name Created At
{{ $index + 1 }} {{ $lab->lab_name }} {{ $lab->created_at->format('d M Y') }}
@endsection @push('scripts') @endpush