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