@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
Overview {{-- {!! $courseSubCategory->description ?? '' !!} --}} {!! $desc !!}
{{-- --}}
@php $course = $courses[0] ?? []; @endphp
@foreach ($course->show_on_details_page_data as $columnName) @endforeach @foreach ($course->courseTopics->sortBy('sequence_number') as $courseTopic) @php $types = []; @endphp @if (in_array('Level', $course->show_on_details_page_data)) @endif @if (in_array('Type', $course->show_on_details_page_data)) @endif @if (in_array('Practical Hours', $course->show_on_details_page_data)) @endif @if (in_array('Price', $course->show_on_details_page_data)) @endif @endforeach
Topics Covered {{ $columnName }}
@if (!empty($courseTopic->topic->url)) {{ $courseTopic->topic->title }} {{ $courseTopic->topic->title }} @else {{ $courseTopic->topic->title }} @endif {{ ucwords($courseTopic->level) }} @php $types = is_array( $courseTopic->types, ) ? $courseTopic->types : json_decode( $courseTopic->types, true, ); $typeStr = $types ? implode( ' + ', $types, ) : 'N/A'; @endphp {{ ucwords($typeStr) }} {{ !empty($courseTopic->topic->practical_hours) && $courseTopic->topic->practical_hours != 0 ? $courseTopic->topic->practical_hours . ' Hrs' : '-' }} @php $price = 0; if ($types) { foreach ( $types as $type ) { if ( $type === 'theory' ) { $price += $courseTopic->theory_price; } if ( $type === 'practical' ) { $price += $courseTopic->practical_price; } if($type === 'demo'){ $price += $courseTopic->demo_price; } } } $topics_price[ $courseTopic->topic_id ][$type] = $price; @endphp @if ($price > 0) ₹ {{ number_format($price) }} @else Complimentary @endif
Doctors > Advanced Techniques in Aesthetic Cosmetology

Overview This Package Course offers an advanced-level training in cosmetic dermatology, combining essential principles with hands-on expertise. Key subjects areas under Doctor Courses are Trichology, Laser Hair Reduction (LHR), Body Contouring, and Others which consists of Emergency Aid- focusing on reactions to treatments, First Aid, and Biopsies (skin and scalp). The foundation course of this course covers crucial topics in Anatomy, Skincare Ingredients, and Hygiene setting a strong base that is required alongside other specialized courses. Designed for professionals, this course offer the flexibility to choose between Theory only or Theory + Practical learning, ensuring a comprehensive understanding of advanced aesthetic treatments.

You can customise this course Advanced Techniques in Aesthetic Cosmetology as per your requirements and the goals you want you to achieve.

Topics Covered Level Type Practical Hours Price
Foundation Course - Anatomy
+ Skincare Ingredient + Hygiene
Advanced
- Complimentary
Trichology Advanced
12 Hrs ₹ 30,000.00
Total Price
₹ 149,999
@endsection