@props([ 'plans' => null, 'properties' => null, ])

@lang('tools.chooseYourPlan')

@lang('tools.choosePlanDescription')

@foreach ($plans as $plan)

{{ $plan->name }}

/@lang('tools.month')
    @foreach ($properties as $property)
  • {{ $property->name }} {{ $plan->properties->where('property_id', $property->id)->pluck('value')->max() }}
  • @endforeach
  • @lang('tools.isAdsAllowed')
  • @lang('tools.isApiAllowed')
@endforeach
@foreach ($plans as $plan)

{{ $plan->name }}

/ @lang('tools.year')
    @foreach ($properties as $property)
  • {{ $property->name }} {{ $plan->properties->where('property_id', $property->id)->pluck('value')->max() }}
  • @endforeach
  • @lang('tools.isAdsAllowed')
  • @lang('tools.isApiAllowed')
@endforeach