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

{{$type}} Snow Plowing

What's included?

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

Driveway (Select number of cars)

Width

Car(s)

Length

Car(s)

Snow Depth

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

Sidewalk (Optional)

Small

0-100 sq ft

Medium

100-200 sq ft

Large

200-300 sq ft

Walkway (Optional)

Small

0-100 sq ft

Medium

100-200 sq ft

Large

200-300 sq ft

{{-- 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 --}}
{{--

Successfull

--}}

Congratulations!

Your order has been placed successfully.

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