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

PET LICENCES

If you have any pets, please complete the form below so the Concierge Team can keep a record of all pets in the building.

@if (count($pet) > 0)

View Pet Licence »

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

Please remove following errors

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

Pet Licence Request

@endsection @section('js') @endsection