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