@if (!empty($cmss) && $cms->count())
@foreach ($cmss as $key => $cms)
{{ $loop->iteration }} |
{{ $cms->title }}
|
@if ($cms->status === null)
Pending Verification
@elseif ($cms->status === 0)
Inactive
@else
Active
@endif
|
|
@endforeach
@else
No matching records found |
@endif