@if ($this->rentalType == "vehicle")
@livewire("vehicle.vehicle-select-component",['user_id'=>$user_id,'restriction'=>$rental_restriction])
@error('vehicleId') {{ $message }} @enderror @include('livewire.common._vehicleview')
@endif @if ($this->rentalType == "property")
@livewire("property.property-select-component",['service_type'=>$transaction_type,'user_id'=>$user_id,'restriction'=>$rental_restriction])
@error('propertyId') {{ $message }} @enderror @include('livewire.common._propertyview') @endif