Quote Request Confirmed

Hello {{ $user->name }},

Thank you for requesting a quote from DocAssist! We have successfully received your request and our team will review it shortly.

@if($service)
Service Requested:
{{ $service->title }}
@if($service->short_description)
{{ $service->short_description }}
@endif @if($service->price)
Base Price: ${{ number_format($service->price, 2) }}
@endif
@endif @if($quote->delivery)
Delivery Option:
{{ $quote->delivery->title }}
@if($quote->delivery->description)
{{ $quote->delivery->description }}
@endif @if($quote->delivery->price)
Delivery Cost: ${{ number_format($quote->delivery->price, 2) }}
@endif
@endif
Quote ID: #{{ $quote->id }}
Request Date: {{ $quote->created_at->format('F d, Y h:i A') }}
Status: Pending Review
View Quote Details

Our team will review your requirements and get back to you with a detailed quote within 24-48 hours.

If you have any questions, please don't hesitate to contact us.

Best regards,
DocAssist Team