@extends('admin.layouts.app') @section('panel')
@forelse($plans as $plan) @empty @endforelse
@lang('Name') @lang('Invest Amount') @lang('Interest') @lang('Time') @lang('Status') @lang('Featured') @lang('Action')
{{ __($plan->name) }} {{ showAmount($plan->fixed_amount) }} {{ showAmountTwoDigit($plan->interest) }}% {{ __(@$plan->time->name) }} @php echo $plan->statusBadge; @endphp @php echo $plan->featuredBadge; @endphp
@if ($plan->status) @else @endif
{{ __($emptyMessage) }}
@if ($plans->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush