@extends('layouts.admin') @section('title', 'Reject Venue') @section('content')
Back to Venue

Reject Venue

Provide rejection reason and checklist items

@if($errors->any())
@endif
Venue Information
@if($venue->featured_image) @else @endif

{{ $venue->name }}

{{ $venue->business->business_name }}

{{ $venue->address }}
{{ $venue->phone }}
{{ $venue->email }}
{{ ucfirst($venue->status) }}
{{ $venue->description ?? 'No description provided' }}
Rejection Checklist
@csrf
Minimum 10 characters required @error('reason')
{{ $message }}
@enderror
Select all reasons that apply:
Cancel
The business owner will be notified with the rejection reason and checklist.
@endsection