{{ __('property.Property Type') }}
{{ __('property.Property Type') }}.
@php if ($categoryModel->slug == 'residential') { $propertyType = \App\Models\PropertyType::where('type', \App\Models\PropertyType::TYPE_RESIDENTIAL)->get(); } elseif ($categoryModel->slug == 'commercial') { $propertyType = \App\Models\PropertyType::where('type', \App\Models\PropertyType::TYPE_COMMERCIAL)->get(); } else { $propertyType = \App\Models\PropertyType::where('type', \App\Models\PropertyType::TYPE_RURAL)->get(); } @endphp

{{ __('property.Select Property Type') }}

    @foreach ($propertyType as $option)
  • {{ $option->title }}
  • @endforeach
@php $slug = ''; @endphp @if (request()->get('slug')) @php $slug = \App\Models\Category::find(request()->get('slug')); @endphp @endif @if ($categoryModel->slug == 'residential')
{{ __('property.Bathrooms') }}
@foreach (\App\Models\PropertyAdvertisment::bathRoomsOptions() as $key => $bathrooms)
@endforeach
{{ __('property.Select Bathrooms Range') }}
{{ __('words.From') }}
    {{--

    From

    --}}
  • {{ __('words.Any') }}
  • @foreach (\App\Models\PropertyAdvertisment::bathRoomsOptions() as $key => $bathrooms) @continue($key == \App\Models\PropertyAdvertisment::NONE_BATHROOMS)
  • {{ $bathrooms }}
  • @endforeach
{{ __('words.To') }}
    {{--

    To

    --}}
  • {{__("words.Any")}}
  • @foreach (\App\Models\PropertyAdvertisment::bathRoomsOptions() as $key => $bathrooms) @continue($key == \App\Models\PropertyAdvertisment::NONE_BATHROOMS)
  • {{ $bathrooms }}
  • @endforeach
@endif @if ($categoryModel->slug == 'residential')
{{ __('property.Bedrooms') }}
@foreach (\App\Models\PropertyAdvertisment::bedRoomsOptions() as $key => $bedRooms)
@endforeach
{{ __('property.Select Bedrooms Range') }}
{{ __('words.From') }}
    {{--

    From

    --}}
  • {{__("words.Any")}}
  • @foreach (\App\Models\PropertyAdvertisment::bedRoomsOptions() as $key => $bedRooms) @continue($key == \App\Models\PropertyAdvertisment::NONE_BEDROOMS)
  • {{ $bedRooms }}
  • @endforeach
{{ __('words.To') }}
    {{--

    To

    --}}
  • {{__("words.Any")}}
  • @foreach (\App\Models\PropertyAdvertisment::bedRoomsOptions() as $key => $bedRooms) @continue($key == \App\Models\PropertyAdvertisment::NONE_BEDROOMS)
  • {{ $bedRooms }}
  • @endforeach
@endif
{{ __('property.Carparks') }}
@foreach (\App\Models\PropertyAdvertisment::carParksOptions() as $key => $carParks)
@endforeach
{{ __('property.Select Carpark Range') }}
{{ __('words.From') }}
    {{--

    From

    --}}
  • {{ __('words.Any') }}
  • @foreach (\App\Models\PropertyAdvertisment::carParksOptions() as $key => $carParks) @continue($key == \App\Models\PropertyAdvertisment::NONE_CARPARKS)
  • {{ $carParks }}
  • @endforeach
{{ __('words.To') }}
    {{--

    To

    --}}
  • {{ __('words.Any') }}
  • @foreach (\App\Models\PropertyAdvertisment::carParksOptions() as $key => $carParks) @continue($key == \App\Models\PropertyAdvertisment::NONE_CARPARKS)
  • {{ $carParks }}
  • @endforeach
{{ __('property.Land and floor area') }}
{{ __('property.Land Area') }}
{{ __('property.Select the Land and floor area') }}
{{ __('words.From') }}
    {{--

    From

    --}}
  • {{ __('words.Any') }}
  • @foreach (\App\Models\PropertyAdvertisment::getLandAreaOption() as $key => $land)
  • {{ $land }}
  • @endforeach
{{ __('words.To') }}
    {{--

    To

    --}}
  • {{ __('words.Any') }}
  • @foreach (\App\Models\PropertyAdvertisment::getLandAreaOption() as $key => $land)
  • {{ $land }}
  • @endforeach
{{ __('property.Floor Area') }}
{{ __('property.Select the Land and floor area') }}
{{ __('words.From') }}
    {{--

    From

    --}}
  • {{ __('words.Any') }}
  • @foreach (\App\Models\PropertyAdvertisment::getFloorAreaOptions() as $key => $land)
  • {{ $land }}
  • @endforeach
{{ __('words.To') }}
    {{--

    To

    --}}
  • {{ __('words.Any') }}
  • @foreach (\App\Models\PropertyAdvertisment::getFloorAreaOptions() as $key => $land)
  • {{ $land }}
  • @endforeach
@if (request()->get('slug')) @foreach ($subSubCategory as $value) @if (request()->get('slug') == $value->id) @if ($value->slug == 'residential')
{{ __('property.More Options') }}
{{ __('property.More Options') }}.

{{ __('property.Select Property Type') }}

    @foreach (\App\Models\PropertyOption::getPropertyOptions() as $key => $option)
  • {{ $option }}
  • @endforeach
@else
{{ __('property.More Options') }}
@endif @endif @endforeach @else @if($categoryModel->slug=='residential')
{{ __('property.More Options') }}
{{ __('property.More Options') }}.

{{ __('property.Select Property Type') }}

    @foreach (\App\Models\PropertyOption::getPropertyOptions($categoryModel->slug) as $key => $option)
  • {{ $option }}
  • @endforeach
@else
{{__('property.More Options')}}
@endif @endif
{{ __('property.Keywords') }}
{{ __('property.Search for a specific word that describes the product or service. Separate the search words with a comma') }}.