@extends('layouts.user.layout') @section('title') {{ $seo_text->title }} @endsection @section('meta') @endsection @section('user-content')

{{ $menus->where('id',5)->first()->navbar }}

@foreach ($packages as $item)

{{ $item->package_name }}

{{ $currency->currency_icon }}{{ $item->price }}

@if ($item->number_of_days==-1)

{{ $websiteLang->where('lang_key','unlimited')->first()->custom_text }}

@else

{{ $item->number_of_days }} {{ $websiteLang->where('lang_key','days')->first()->custom_text }}

@endif
    @if ($item->number_of_property==-1)
  • {{ $websiteLang->where('lang_key','unlimited_pro_submission')->first()->custom_text }}
  • @else
  • {{ $item->number_of_property }} {{ $websiteLang->where('lang_key','pro_submission')->first()->custom_text }}
  • @endif @if ($item->number_of_aminities==-1)
  • {{ $websiteLang->where('lang_key','unlimited_aminity')->first()->custom_text }}
  • @else
  • {{ $item->number_of_aminities }} {{ $websiteLang->where('lang_key','aminity')->first()->custom_text }}
  • @endif @if ($item->number_of_nearest_place==-1)
  • {{ $websiteLang->where('lang_key','unlimited_nearest_place')->first()->custom_text }}
  • @else
  • {{ $item->number_of_nearest_place }} {{ $websiteLang->where('lang_key','nearest_place')->first()->custom_text }}
  • @endif @if ($item->number_of_photo==-1)
  • {{ $websiteLang->where('lang_key','unlimited_photo')->first()->custom_text }}
  • @else
  • {{ $item->number_of_photo }} {{ $websiteLang->where('lang_key','photo')->first()->custom_text }}
  • @endif @if ($item->is_featured==1)
  • {{ $websiteLang->where('lang_key','featured_property')->first()->custom_text }}
  • @else
  • {{ $websiteLang->where('lang_key','featured_property')->first()->custom_text }}
  • @endif @if ($item->number_of_feature_property==-1)
  • {{ $websiteLang->where('lang_key','unlimited_feature_property')->first()->custom_text }}
  • @else
  • {{ $item->number_of_feature_property }} {{ $websiteLang->where('lang_key','featured_property')->first()->custom_text }}
  • @endif @if ($item->is_top==1)
  • {{ $websiteLang->where('lang_key','top_property')->first()->custom_text }}
  • @else
  • {{ $websiteLang->where('lang_key','top_property')->first()->custom_text }}
  • @endif @if ($item->number_of_top_property==-1)
  • {{ $websiteLang->where('lang_key','unlimited_top_property')->first()->custom_text }}
  • @else
  • {{ $item->number_of_top_property }} {{ $websiteLang->where('lang_key','top_property')->first()->custom_text }}
  • @endif @if ($item->is_urgent==1)
  • {{ $websiteLang->where('lang_key','urgent_property')->first()->custom_text }}
  • @else
  • {{ $websiteLang->where('lang_key','urgent_property')->first()->custom_text }}
  • @endif @if ($item->number_of_urgent_property==-1)
  • {{ $websiteLang->where('lang_key','unlimited_urgent_property')->first()->custom_text }}
  • @else
  • {{ $item->number_of_urgent_property }} {{ $websiteLang->where('lang_key','urgent_property')->first()->custom_text }}
  • @endif
@if ($item->package_type == 0) {{ $websiteLang->where('lang_key','start_with')->first()->custom_text }} {{ $item->package_name }} @else {{ $websiteLang->where('lang_key','start_with')->first()->custom_text }} {{ $item->package_name }} @endif
@endforeach
@endsection