@if($quotes->count() > 0)
@foreach($quotes as $quote)

{{ $quote->quote_number }}

{{ $quote->client->name }}

{{ $quote->created_at->format('d M Y') }} R{{ number_format($quote->total, 2) }}
@endforeach
@else
@if(request('search')) @else @endif
@if(request('search'))

No results found

No quotes or invoices match your search for "{{ request('search') }}".

Clear Search Create New Quote
@else

No quotes yet

Get started by creating your first quote for a client.

Create Your First Quote Add a Client First
@endif
@endif