@extends('layouts.business') @section('title', 'Resubmit for Verification') @section('content')

Resubmit for Verification

Update your business information and resubmit

@if($business->rejection_checklist) @endif
Business Information
@csrf
@error('business_name')
{{ $message }}
@enderror
@error('trade_license_number')
{{ $message }}
@enderror
@if($business->trade_license_document) Current: {{ basename($business->trade_license_document) }} @endif @error('trade_license_document')
{{ $message }}
@enderror
@if($business->logo) Logo uploaded @endif @error('logo')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('website')
{{ $message }}
@enderror
Minimum 50 characters required @error('description')
{{ $message }}
@enderror
Cancel
Important
  • 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