@extends('frontend.maintemplate.maintemplate') @section('title', $courseCategory->name . ' :: AgeLess Institute') @section('content')
{{ $courseCategory->name ?? '' }} > {{ $courseSubCategory->name ?? '' }}
@php $desc = $courseSubCategory->getTranslation('description', app()->getLocale()); $cleanDesc = trim(strip_tags($desc)); @endphp
{{--

Become a certified Aesthetic Skin Technician with this comprehensive 690-hour professional program designed for those aspiring to build a career in advanced, non- invasive cosmetology. This course equips learners with in-depth knowledge of skin science, cosmetic ingredients, acne care, anti-ageing solutions, facial electrotherapy, HydraFacial, peels, microdermabrasion, pigmentation management, and laser hair removal.
Learners also gain strong foundations in client consultation, workplace hygiene, digital skills, employability, and customer service—making them job-ready for clinics, dermatologists, salons, med-spas, and aesthetic centres. --}} {{ $cleanDesc ?? '' }}

@php $totalPracticalHours = $course->courseTopics->sum( function ($courseTopic) { return optional( $courseTopic->topic, )->practical_hours; }, ); $totalTheoryHours = $course->courseTopics->sum( function ($courseTopic) { return optional( $courseTopic->topic, )->total_theory_hours; }, ); @endphp
Total Practical Hours

{{ $totalPracticalHours ?? 0 }}

Total Theory Hours

{{ $totalTheoryHours ?? 0 }}

Total Course Hours

{{ $totalPracticalHours + $totalTheoryHours }}

Topics Covered

{{-- @foreach ($courses as $course) --}} @if($course->courseTopics->count() > 0) @php $sr = 1 @endphp @foreach ($course->courseTopics->sortBy('sequence_number') as $key => $courseTopic) @if($courseTopic->topic)

{{ $courseTopic->topic->descriptions }}
@php $sr++ @endphp @endif @endforeach @else

No topics found

@endif {{-- @endforeach --}} {{--

This module introduces the role of an Aesthetic Skin Technician and the scope of work in non-invasive cosmetology. You will also learn key responsibilities along with essential hygiene, sanitization, sterilization, equipment setup and waste-disposal practices needed to maintain a clean and safe treatment environment.

This module builds a strong foundation in understanding cosmetic and hair-care formulations. Students learn about common active ingredients, how they work on skin and hair, how to read product labels, perform patch tests, and ensure safe and effective product usage.

Explore the science behind ageing, skin structure, and modern rejuvenation techniques. Learn to consult clients and perform anti-ageing facials, peels, and topical treatment protocols.

Get trained in acne assessment, superficial peels, high-frequency devices, and post- care procedures. Learn to safely treat acne-prone skin using professional products, techniques, and client-specific plans.

Master electrotherapy tools including galvanic current, EMS, microcurrent, and lymphatic drainage. Learn safe usage of devices to improve skin tone, circulation, and product penetration.

Train in advanced rejuvenation services like microdermabrasion, hydrafacial, superficial peels, and RF for under-eye care. Understand pigmentation issues and how to address them using non-invasive technologies.

Learn to safely operate diode/Nd:YAG laser systems for permanent hair reduction. Gain hands-on experience in consultation, patch testing, machine settings, client care, and post-treatment protocols.

Understand workplace hazards, PPE usage, first aid, fire safety, and infection control practices. Learn correct posture, equipment sterilization, and safety reporting methods.

Develop professional grooming, communication etiquette, and client-handling skills. Learn scheduling, documentation, and customer experience management for aesthetic centres.

This module builds essential workplace skills- communication, digital literacy, professionalism, and customer service to help you perform confidently in any job role. It also prepares you for interviews, apprenticeships and career growth in the beauty and wellness industry.
--}}
Enquire Now
@endsection