{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: stat-tile.blade.php ------------------------------------------------------ Use: One money figure on the admin dashboard: a label, an integer-Toman amount and an optional hint. `accent` lifts the headline tile; `tone="muted"` dims an outflow figure. ===================================================== --}} @props([ 'label' => '', 'amount' => 0, 'hint' => null, 'accent' => false, 'tone' => 'default', ])
$accent, 'border-line bg-white' => ! $accent, ])>
{{ $label }}
$accent, 'text-ink-faint' => ! $accent && $tone === 'muted', 'text-ink' => ! $accent && $tone !== 'muted', ]) dir="ltr">@toman($amount) {{ __('admin.toman') }}
@if ($hint)

{{ $hint }}

@endif