@extends($activeTemplate . 'layouts.master') @section('content')
| @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) }} |