🍽️ New Restaurant Application

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'] }}
@if(!empty($restaurantData['gst_number']))
GST Number:
{{ $restaurantData['gst_number'] }}
@endif
Operations
Avg Prep Time:
{{ $restaurantData['average_prep_time'] }} minutes
Subscription Plan:
{{ ucfirst($restaurantData['subscription_plan']) }}
@if(!empty($restaurantData['categories']))
Selected Categories
@foreach($restaurantData['categories'] as $category) {{ $category }} @endforeach
@endif @if(!empty($restaurantData['menu_items']) && count($restaurantData['menu_items']) > 0)
Sample Menu Items ({{ count($restaurantData['menu_items']) }} items)
@endif

Please verify the restaurant details and approve the application.

Review Application →