@extends($activeTemplate . 'layouts.master') @section('content')
@if ($giftHistories->count()) @foreach ($giftHistories as $giftHistory) @endforeach
@lang('Date Time') @lang('User') @lang('Category') @lang('Quantity') @lang('Amount') @lang('Charge')
{{ showDateTime($giftHistory->created_at) }} {{ $giftHistory->recipient->username }} {{ $giftHistory->category->name }} {{ showAmount($giftHistory->quantity, 4, currencyFormat: false) }} @lang('gram') {{ showAmount($giftHistory->amount) }} {{ showAmount($giftHistory->charge) }}
@else @endif
{{ paginateLinks($giftHistories) }}
@endsection @section('pageTitleIcon') image @endsection @push('pageHeaderButton') @lang('Gift Gold') @endpush