Estimates

All customer estimates

New Estimate
@forelse ($estimates as $estimate)

{{ $estimate->title }}

{{ $estimate->description }}

{{ $estimate->customer->name }} • {{ $estimate->customer->email }}

{{ $estimate->status }}

${{ number_format($estimate->total, 2) }}

@empty
No estimates yet.
@endforelse
{{ $estimates->links() }}