@extends('customer.layouts.new-app') @section('title') Customer Care:Report & Request @endsection @section('css') @endsection @section('content')
@include('customer.customer_care.sidebar')

REPORTS & REQUESTS

Any issues relating to your apartment are important to us. You can report these here and we will endeavour to assist in an efficient and satisfactory manner. Please note the defects procedure can be found under the ‘My Building’ section.

@if (count($intercom) > 0 || count($meter) > 0 || count($gym) > 0 || count($complaint) > 0 || count($general) > 0)

View Reports »

@endif

Once submitted you will receive an initial confirmation that the matter has been registered. You will receive a unique reference number which should be quoted in any future correspondence.

@endsection @section('js') @endsection