@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Page Feature Packages')}}
{{__('Create new')}}
@foreach ($packages as $package) @endforeach
{{__('Name')}} {{__('Amount'). ' (' .getWalletTokenName().')'}} {{ __('Commission for referral (%)') }} {{__('Type')}} {{__('Active')}} {{__('Action')}}
open_with {{$package->name}} {{formatNumber($package->amount)}} {{$package->referral_commission}} {{$package->getTypeText()}} @if ($package->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('Edit')}} {{__('Delete')}}
@stop @push('scripts-body') @endpush