@extends('layouts.admin') @section('title', 'Create Business') @section('head') @endsection @section('content')

@if(request('type') == 'supermarket') Create New Supermarket @else Create New Business @endif

@if(request('type') == 'supermarket') Add a new supermarket to the platform with detailed information @else Add a new business to the platform @endif

Back to List
@if(request('type') == 'supermarket') Supermarket Information @else Business Information @endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
Click on the map to set the exact location, or search for an address.
@error('latitude')
{{ $message }}
@enderror
@error('longitude')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('website')
{{ $message }}
@enderror
@error('user_id')
{{ $message }}
@enderror
Supported formats: JPG, PNG, GIF. Max size: 2MB
@error('logo')
{{ $message }}
@enderror
Wide format recommended (1200x400px). Max size: 5MB
@error('cover_image')
{{ $message }}
@enderror
Supermarket Details
@error('store_size')
{{ $message }}
@enderror
@error('total_aisles')
{{ $message }}
@enderror
@error('parking_spaces')
{{ $message }}
@enderror
@error('opening_time')
{{ $message }}
@enderror
@error('closing_time')
{{ $message }}
@enderror
@error('delivery_radius')
{{ $message }}
@enderror
@error('delivery_fee')
{{ $message }}
@enderror
@error('contact_manager')
{{ $message }}
@enderror
@error('customer_service_phone')
{{ $message }}
@enderror
Cancel
Quick Guide
@if(request('type') == 'supermarket')
Supermarket Setup
  • Location: Use the map to set exact coordinates
  • Store Size: Choose appropriate size category
  • Services: Select available delivery and parking options
  • Facilities: Mark all departments available in store
@else
Business Types
  • Mall: Shopping centers with multiple stores
  • Market: Traditional markets with stalls
  • Supermarket: Large retail stores
  • Other: Any other business type
@endif
Required Fields

All fields marked with * are required. Make sure to provide accurate contact information.

Image Guidelines
  • Logo: Square format (300x300px min)
  • Cover: Wide format (1200x400px recommended)
  • • High resolution, professional images
  • • Logo max: 2MB, Cover max: 5MB
Tip: Click on the map to set exact location coordinates automatically.
@endsection @section('scripts') @endsection