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

Lawn Mowing

What's included?

@php $sizes = App\Models\LawnSize::get(); $heights = App\Models\LawnHeight::get(); $fences = App\Models\Fence::get(); $cleanUps = App\Models\Cleanup::get(); @endphp
@csrf {{-- Service start --}}

Do you have a corner lot?


Do you have a fence?


Do you need a yard cleanup before your mow?


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

{{-- Service End --}} @php $todayCharges = App\Models\Setting::where('field_key','on_demand_fee')->first('field_value')->field_value; @endphp

Upload photos (Optional)

Property

Drag and drop your images here
OR

You can upload more than 1 image

Schedule

Same day service (Today)

+ ${{$todayCharges}}

You will be charged extra ${{$todayCharges}} for same day service. Also same day service is only available before 12 pm.

Or

You can schedule this job for up to 2 weeks.

Same day service may not be available in some areas.

{{-- Quote start --}}

Choose a service

Recurring services

Please select recurring service period

One time service

{{--
--}}
{{-- Quote End --}}
{{--

Successfull

--}}

Congratulations!

Your order has been placed successfully.

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