To Do's

Quotes

Review the quotes linked to your businesses, their status, expiry date, and current total.

Back to To Do's
@forelse ($quotes as $quote)

Quote

{{ $quote['business_name'] }}

{{ $quote['number'] }}

{{ $quote['status'] }}

Issued

{{ $quote['issued_at']?->format('d M Y') ?? '--' }}

Expiry

{{ $quote['expires_at']?->format('d M Y') ?? '--' }}

Time

{{ $quote['issued_at']?->format('H:i') ?? '--:--' }}

Total

{{ $quote['grand_total'] }}

@if ($quote['preview_url']) View quote @endif @if ($quote['download_url']) @endif
@empty

No quotes yet

Quotes linked to your businesses will appear here.

@endforelse
@if ($quotes->hasPages())
{{ $quotes->links() }}
@endif