@extends('layouts.business')
@section('title', 'Resubmit for Verification')
@section('content')
Resubmit for Verification
Update your business information and resubmit
@if($business->rejection_checklist)
Please Address These Issues:
@foreach($business->rejection_checklist as $key => $item)
@if($item['checked'])
- {{ $item['label'] }}
@endif
@endforeach
@endif
- Make sure all the rejected items are properly addressed
- You have {{ 3 - ($business->verification_attempts ?? 0) }} resubmission attempt(s) remaining
- Please provide accurate and complete information
- Upload clear, valid documents
- Your business will be reviewed again after resubmission
@endsection