{{ ctrans('texts.quote_number') }} | {{ ctrans('texts.quote_date') }} | {{ ctrans('texts.balance') }} | {{ ctrans('texts.valid_until') }} | {{ ctrans('texts.status_id') }} | ||
---|---|---|---|---|---|---|
{{ $quote->number }} | {{ $quote->formatDate($quote->date, $quote->client->date_format()) }} | {{ App\Utils\Number::formatMoney($quote->balance, $quote->client) }} | {{ $quote->formatDate($quote->date, $quote->client->date_format()) }} | {!! App\Models\Quote::badgeForStatus($quote->status_id) !!} | @lang('texts.view') |