@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Pricing Plans')) @section('content')

{{ __('DNS Setup Pricing Plans') }}

{{-- content start --}}
@foreach ($plans as $plan) @if ($plans != null)
{{ $plan->duration }}
{{ $plan->plan_type == 'monthly' ? __('Days') : __('Year') }}
{{ $plan->title }}
  • {!! $plan->description !!}
{{ $plan->price }}/ {{ $plan->plan_type }}
{{-- payment-modal code start --}} {{-- payment-modal code end --}} @else
{{ __('No Plan Found') }}
@endif @endforeach
{{-- content end --}}
@endsection @push('styles') @endpush