| ID
|
Laboratory Name |
Lab Type |
Contact Email |
City |
Status |
Actions |
@forelse ($marketingLabs as $index => $marketingLab)
|
{{ $marketingLabs->firstItem() + $index }}
|
{{ $marketingLab->laboratory_name }}
|
{{ $marketingLab->lab_type }}
|
{{ $marketingLab->contact_email }}
|
{{ $marketingLab->city }}
|
{{ ucfirst($marketingLab->status) }}
|
@if ($marketingLab->is_deleted === 'active')
@else
@endif
|
@empty
No data Found
|
@endforelse
@include('components.pagination', ['paginator' => $marketingLabs])