@extends('admin.layouts.app') @section('panel')
@forelse($plans as $key => $plan) @empty @endforelse
@lang('Sl') @lang('Name') @lang('Price') @lang('Business Volume (BV)') @lang('Referral Commission') @lang('Tree Commission') @lang('Daily Ad Limit') @lang('Status') @lang('Action')
{{$key+1}} {{ __($plan->name) }} {{$general->cur_sym}}{{ getAmount($plan->price) }} {{ $plan->bv }} {{$general->cur_sym}}{{ getAmount($plan->ref_com) }} {{$general->cur_sym}}{{ getAmount($plan->tree_com) }} {{ $plan->daily_ad_limit }} @if($plan->status == 1) @lang('Active') @else @lang('Inactive') @endif
{{ __($empty_message) }}
{{-- edit modal--}} @endsection @push('breadcrumb-plugins') @lang('Add New') @endpush @push('script') @endpush