@extends('layouts.user_type.auth') @section('marketingLabs')
@include('components.alert')
@forelse ($marketingLabs as $index => $marketingLab) @empty @endforelse
ID Laboratory Name Lab Type Contact Email City Status Actions

{{ $marketingLabs->firstItem() + $index }}

{{ $marketingLab->laboratory_name }}

{{ $marketingLab->lab_type }}

{{ $marketingLab->contact_email }}

{{ $marketingLab->city }}

{{ ucfirst($marketingLab->status) }}

@if ($marketingLab->is_deleted === 'active')
@csrf
@else
@csrf
@endif
No Data Found

No data Found

@include('components.pagination', ['paginator' => $marketingLabs])
@endsection