@extends($activeTemplate . 'layouts.master') @section('content')
{{ showAmount($asset->quantity * $asset->category->price) }} @if ($asset->category->change_90d > 0) {{ showAmount(($asset->quantity * $asset->category->price * $asset->category->change_90d) / 100) }} {{ showAmount($asset->category->change_90d, currencyFormat: false) }}% (@lang('90D')) @else {{ showAmount(($asset->quantity * $asset->category->price * abs($asset->category->change_90d)) / 100) }} {{ showAmount(abs($asset->category->change_90d), currencyFormat: false) }}% (@lang('90D')) @endif
| @lang('Date & Time') | @lang('Type') | @lang('Quantity') | @lang('Amount') | @lang('Charge') |
|---|---|---|---|---|
|
{{ showDateTime($assetLog->created_at, 'd M, Y') }}
{{ showDateTime($assetLog->created_at, 'h:i A') }}
|
@php echo $assetLog->statusBadge; @endphp | {{ showAmount($assetLog->quantity, 4, currencyFormat: false) }} @lang('Gram') | {{ showAmount($assetLog->amount) }} | {{ showAmount($assetLog->charge) }} |
| @lang('No data found') | ||||