@extends('layouts.front.app') @section('meta') Services | {{ env('APP_NAME') }} @endsection @section('css') @endsection @section('content')

Our Services - Aircon Cleaning

Home / Aircon Cleaning

@include('layouts.front.subnav')

Contact Us

Aircon Cleaning

Cleaning of indoor fan coil and outdoor condensing units.Cleaning of the condensate system.Checking the entire system operational conditions.

{{--

Rates

--}}
{{--

Type

Cleaning Rates

Window Type

₱550.00

Split Type

₱850.00

Floor Mounted

₱1,200.00

Ceiling Cassette

₱1,500.00

Ceiling Mounted

₱1,500.00

--}}

Booking

@csrf {{-- --}}
@error('service') {{$message}} @enderror
@error('type') {{$message}} @enderror
@error('name') {{$message}} @enderror
@error('address') {{$message}} @enderror
@error('contact') {{$message}} @enderror
{{--
--}}
@error('preferred_date') {{ $message }} @enderror
@error('message') {{$message}} @enderror
@include('layouts.front.contact-footer') @endsection @section('js') @endsection