@extends('layouts.app') @section('content')

Add New Property

Create a new bookable property, service, or accommodation

Back to Properties
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror
@error('short_description')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Pricing & Capacity
@error('base_price')
{{ $message }}
@enderror
@error('price_type')
{{ $message }}
@enderror
@error('max_guests')
{{ $message }}
@enderror
@error('min_booking_duration')
{{ $message }}
@enderror
Minimum booking duration (hours/days/nights based on price type)
@error('max_booking_duration')
{{ $message }}
@enderror
Leave empty for no limit
Amenities & Features
@php $amenities = [ 'wifi' => 'Wi-Fi', 'parking' => 'Parking', 'air_conditioning' => 'Air Conditioning', 'kitchen' => 'Kitchen', 'pool' => 'Swimming Pool', 'gym' => 'Gym/Fitness Center', 'pet_friendly' => 'Pet Friendly', 'wheelchair_accessible' => 'Wheelchair Accessible', 'breakfast' => 'Breakfast Included', 'laundry' => 'Laundry Service', 'tv' => 'TV/Entertainment', 'balcony' => 'Balcony/Terrace' ]; @endphp @foreach($amenities as $key => $label)
@endforeach
Cancel
Tips for Creating Properties
Property Types
  • Accommodation: Hotels, apartments, rooms
  • Service: Consultation, maintenance, etc.
  • Event Space: Meeting rooms, venues
  • Rental: Equipment, vehicles, tools
Pricing Types
  • Per Night: Hotels, accommodations
  • Per Hour: Meeting rooms, services
  • Per Day: Equipment rentals
  • Fixed: One-time services, events
You can add photos, detailed policies, and availability settings after creating the property.
@endsection