@extends('customer.layouts.new-app') @section('title') Concerge Team:Licence To Alter @endsection @section('content')
@include('customer.concerge_team.sidebar')

LICENCE TO ALTER

You should always ensure that any planned changes are allowed by the terms of your Lease and any planning requirements.

Permission is required before any alterations may be undertaken, and the managing agent should be contacted before any work starts.

You may make a request to alter your property using the form below. Please supply as much detail as possible describing the proposed changes. A member of the Estate Team will contact you in order to progress your licence.

@if (count($alert) > 0)

View Licence Alter »

@endif
@if ($errors->any())

Please remove following errors

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Licence to Alter

@endsection @section('js') @endsection