@props(['status'])
@if ($status === 'active')
Active
@endif
@if ($status === 'suspended')
Suspended
@endif
@if ($status === 'yes')
Yes
@endif
@if ($status === 'processing')
Processing
@endif
@if ($status === 'processed')
Processed
@endif
@if ($status === 'no')
No
@endif
@if ($status === 'inactive')
inactive
@endif
@if ($status === 'rejected')
Rejected
@endif
@if ($status === 'approved')
Approved
@endif
@if ($status === 'pending')
Pending
@endif