# |
LawnType |
Status |
Action |
@if (!empty($lawntypes) && $lawntype->count())
@foreach ($lawntypes as $key => $lawntype)
{{ $loop->iteration }} |
{{ $lawntype->name }}
|
@if ($lawntype->status === null)
Pending Verification
@elseif ($lawntype->status === 0)
Inactive
@else
Active
@endif
|
|
@endforeach
@else
No matching records found |
@endif
{{ $lawntypes->links() }}