@forelse($quotes as $quote) @empty @endforelse
{{ ctrans('texts.quote_number') }} {{ ctrans('texts.quote_date') }} {{ ctrans('texts.amount') }} {{ ctrans('texts.valid_until') }} {{ ctrans('texts.quote_status') }}
{{ $quote->number }} {{ $quote->formatDate($quote->date, $quote->client->date_format()) }} {{ App\Utils\Number::formatMoney($quote->balance, $quote->client) }} {{ $quote->formatDate($quote->due_date, $quote->client->date_format()) }} {!! App\Models\Quote::badgeForStatus($quote->status_id) !!} {{ ctrans('texts.view') }}
{{ ctrans('texts.no_results') }}
@if($quotes->total() > 0) @endif {{ $quotes->links('portal/ninja2020/vendor/pagination') }}
@push('footer') @endpush