A new restaurant has submitted an onboarding application. Please review the details below:
Restaurant Details
Restaurant Name:
{{ $restaurantData['name'] }}
Email:
{{ $restaurantData['email'] }}
Phone:
{{ $restaurantData['phone'] }}
Status:
PENDING VERIFICATION
Location Information
Address:
{{ $restaurantData['address'] }}
City:
{{ $restaurantData['city'] }}
State:
{{ $restaurantData['state'] }}
Pincode:
{{ $restaurantData['pincode'] }}
Legal & Compliance
FSSAI License:
{{ $restaurantData['fssai_license'] }}
GST Number:
{{ $restaurantData['gst_number'] }}
Operations
Avg Prep Time:
{{ $restaurantData['average_prep_time'] }} minutes
Subscription Plan:
{{ ucfirst($restaurantData['subscription_plan']) }}
Selected Categories
@foreach($restaurantData['categories'] as $category)
{{ $category }}
@endforeach
Sample Menu Items ({{ count($restaurantData['menu_items']) }} items)
Please verify the restaurant details and approve the application.
Review Application →