@extends('front.layouts.main') @section('content')
@yield('secondary_content') @include('front.modules.cv_builder.skills_based_cv.modals.professional_profile') @include('front.modules.cv_builder.skills_based_cv.modals.skills') @include('front.modules.cv_builder.skills_based_cv.modals.career_summary') @include('front.modules.cv_builder.skills_based_cv.modals.education') @include('front.modules.cv_builder.skills_based_cv.modals.course') @include('front.modules.cv_builder.skills_based_cv.modals.professional_membership') @include('front.modules.cv_builder.skills_based_cv.modals.key_skill') @include('front.modules.cv_builder.skills_based_cv.modals.language') @include('front.modules.cv_builder.skills_based_cv.modals.interests') @include('front.modules.cv_builder.skills_based_cv.modals.referee') @include('front.modules.cv_builder.skills_based_cv.modals.select_referees') @include('front.modules.cv_builder.components.delete_confirm') @include('front.modules.cv_builder.skills_based_cv.modals.certificates') @include('front.modules.cv_builder.components.change_cv_template') @stack('secondary_pageModals')
@endsection @push('pageModals') @endpush @push('pageJs') @if(config('app.env') == 'local') @else @endif {{-- include modal component --}} @include('front.modules.cv_builder.components.modal_component') @include('front.modules.cv_builder.components.datepicker_component') @include('front.modules.cv_builder.components.select2_component') @include('front.modules.cv_builder.components.cv_builder_footer') @stack('secondary_pageJs') @endpush @push('pageCss') @endpush