@extends('shaun_core::admin.layouts.master') @section('content')
{{$title}}
{{__('Create new')}}
@foreach ($packages as $package) @endforeach
{{__('Amount'). ' (' .getWalletTokenName().')'}} {{__('Google product id')}} {{__('Apple product Id')}} {{__('Active')}} {{__('Action')}}
open_with {{formatNumber($package->amount)}} {{$package->google_price_id}} {{$package->apple_price_id}} @if ($package->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('Edit')}} {{__('Delete')}}
@stop @push('scripts-body') @endpush