@extends('layouts.admin') @section('title', 'Add New Store - ' . $mall->name) @section('content')

Add New Store to {{ $mall->name }}

Back to Stores
@csrf
@error('occupancy_status')
{{ $message }}
@enderror
Store Identity
@error('store_name')
{{ $message }}
@enderror
@error('store_number')
{{ $message }}
@enderror
@error('floor_number')
{{ $message }}
@enderror
@error('unit_number')
{{ $message }}
@enderror

Click to upload store logo

PNG, JPG up to 2MB
@error('logo_image')
{{ $message }}
@enderror
Business Classification
@error('bizspot_business_type_id')
{{ $message }}
@enderror @if(!$businessTypes || $businessTypes->count() == 0)
No business types found. Please create some business types first.
@endif
@error('bizspot_main_category_id')
{{ $message }}
@enderror
@error('bizspot_sub_category_id')
{{ $message }}
@enderror
Store Description
@error('brand_name')
{{ $message }}
@enderror
@error('store_size_category')
{{ $message }}
@enderror
@error('store_description')
{{ $message }}
@enderror
Help customers understand what makes your business special
Contact Information
@error('primary_contact_name')
{{ $message }}
@enderror
@error('primary_contact_phone')
{{ $message }}
@enderror
@error('primary_contact_email')
{{ $message }}
@enderror
@error('whatsapp_number')
{{ $message }}
@enderror
@error('website_url')
{{ $message }}
@enderror
@
@error('instagram_handle')
{{ $message }}
@enderror
@error('facebook_page')
{{ $message }}
@enderror
Location Information
@error('wing_section')
{{ $message }}
@enderror
@error('location_description')
{{ $message }}
@enderror
sq ft
@error('store_area_sqft')
{{ $message }}
@enderror
@error('planned_employees')
{{ $message }}
@enderror
@error('opening_date')
{{ $message }}
@enderror
@error('google_maps_link')
{{ $message }}
@enderror
Business Features & Services
Store Features
Service Options

Payment Methods Accepted
Operating Hours
@error('operating_hours_text')
{{ $message }}
@enderror
Business Images
Max size: 5MB. Formats: JPEG, PNG, JPG @error('cover_image')
{{ $message }}
@enderror
Max size: 5MB each. Multiple images allowed. Formats: JPEG, PNG, JPG @error('store_images')
{{ $message }}
@enderror
Owner Account (Optional)
Select an existing user account to assign as the store owner.
@error('owner_user_id')
{{ $message }}
@enderror Select from existing user accounts in the database
Cancel
Store Preview
Store Name
Store Number
Location: -
Category: -
Size: -
Status: Available
Need Help?
Store Name
Enter the business name that will be displayed to customers
Business Type
Choose the type that best describes your business model
Categories
Select categories to help customers find your store
Store Logo
Upload a clear logo that represents your brand
@endsection @section('scripts') @endsection