@extends('ageless_new.maintemplate.maintemplate') @section('title', 'Contact Us:: AgeLess Institute') @section('content')

Connect With.
AgeLess.
Institute.

Reach out to our academic counsellors today and take the first step towards your career in clinical aesthetics.

Send us a message

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
location_on
Address

201/202, 2nd Floor, Makani Centre, behind National College, 35th Road, off Linking Road, Khar, Bandra West, Mumbai 400050

@endsection @section('custome_js') @endsection