@php
switch ($offlinePlanChange->status) {
case 'verified':
$status = 'light-green';
break;
case 'rejected':
$status = 'red';
break;
default:
$status = 'yellow';
break;
}
$status = '
' . __('superadmin.offlineRequestStatus.'.$offlinePlanChange->status);
$download = '';
@endphp
{{ __('superadmin.company') }}