@extends($activeTemplate . 'layouts.master') @section('content')

@lang('Available for Gift')

@foreach ($assets as $asset)
image {{ __($asset->category->name) }}

{{ showAmount($asset->quantity, 4, currencyFormat: false) }} @lang('Gram')

{{ showAmount($asset->quantity * $asset->category->price) }}

@endforeach
@csrf
{{ __(gs('cur_text')) }}
@lang('Overview')
  • @lang('Gold Quantity') 0.00 @lang('Gram')
  • @lang('Charge') ({{ showAmount($chargeLimit->fixed_charge) }} + {{ showAmount($chargeLimit->percent_charge, currencyFormat: false) }}%) 0.00 {{ __(gs('cur_text')) }}
image
image

@lang('Please make sure the recipient has a account with this above email.')

@endsection @section('pageTitleIcon') image @endsection @push('pageHeaderButton') @lang('Gift History') @endpush @push('script') @endpush