@extends('layouts.dashboard') @section('title', 'Create Quote Request') @section('content')

Request a Quote

Tell us about your project and get a custom quote within 24 hours.

@csrf
@error('title')

{{ $message }}

@enderror
@error('instructions')

{{ $message }}

@enderror

Click to upload files or drag and drop

Any file type up to 10MB each

@error('files.*')

{{ $message }}

@enderror

What happens next?

  • We'll review your request within 24 hours
  • You'll receive a detailed quote with pricing and timeline
  • Once accepted, we'll start working on your project
← Back to Quote Requests
@endsection