@extends('layouts.snow-plowing') @section('title', $type) @push('page-styles') @endpush @section('body')
@if ($banner) {{ $banner->description }} @endif

Car Snow Removal

What's included?

@csrf {{-- Service start --}}

Where do you need service?

@foreach ($carTypes as $carType)
index == 0 ? 'checked' : '' }}>

{{ $carType->name }}

{{ $carType->price }}

@endforeach

Choose Color

{{ $property->address ?? '' }}

{{-- Service End --}}

Upload photos (Optional)

Property

Drag and drop your file here
OR

You can upload more than 1 image

Schedule

@foreach ($snowPlowingSchedules as $schedule)
index == 0 ? 'checked' : ''}}>

{{ $schedule->name }}

{{ $schedule->time }}

@endforeach
{{-- Quote End --}}

Service Details

Due date: 11-15-2022

  • Service for car
  • ColorBlack
  • Plate numberSUV-1234
  • Date11-15-2022
  • Schedule timeTomorrow (2-10 am)
  • ServiceAmount
  • Car snow removal$19.99
  • Admin fees$50.0
  • Tax fees$0.0
  • Total$276.57

Tip your service provider

Add promo code

Apply

  • Grand Total$276.57
  • {{--

    Successfull

    --}}

    Congratulations!

    Your order has been placed successfully.

    Ok
    {{-- --}}
    {{-- modal --}} @endsection @push('page-scripts') @endpush