{{ __($pageTitle) }}

@forelse ($plans as $plan) @empty @endforelse
{{ __('SL') }}. {{ __('Plan Name') }} {{ __('Invest Limit') }} {{ __('Status') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $plan->plan_name }} @if ($plan->amount_type == 0) {{ number_format($plan->minimum_amount, 0) . ' ' . @$general->site_currency }} - {{ number_format($plan->maximum_amount, 0) . ' ' . @$general->site_currency }} @else {{ number_format($plan->amount, 0) . ' ' . @$general->site_currency }} @endif
status ? 'checked' : '' }}>
{{ __('Edit') }}
{{ __('No Plan Created Yet') }}
@if ($plans->hasPages()) @endif