{{__('admin.Edit Pricing Plan')}}

{{__('admin.Pricing Plan')}}
@csrf @method('PUT')
@if ($item->plan_type == 'premium')
@endif @if ($item->plan_type != 'premium')
@endif
@if ($item->featured_property == 'enable') @endif @if ($item->featured_property != 'enable') @endif
@if ($item->top_property == 'enable')
@endif @if ($item->top_property != 'enable')
@endif
@if ($item->urgent_property == 'enable')
@endif @if ($item->urgent_property != 'enable')
@endif