@if($business->status === 'rejected' && $business->rejection_checklist)
Verification Rejected

Your business verification was rejected. Please address the issues below and resubmit for approval.

@if($business->rejection_reason)
Reason: {{ $business->rejection_reason }}
@endif
Please address the following items:
@foreach($business->rejection_checklist as $key => $item)
@if($item['checked'])

{{ $item['label'] }}

@else

{{ $item['label'] }}

@endif
@endforeach
Update Business Info & Resubmit Resubmission Attempt: {{ $business->verification_attempts ?? 1 }} / 3
@endif