@extends('front.layouts.main') @section('title')CV Builder @endsection @section('content')

Quick & Easy CV Builder

We introduce to you our CV Builder tool. You no longer have to worry about formatting your CV, as you can select from a range of professionally curated CV templates. Simply register your account, choose a CV template and fill in the relevant information; our FREE CV Builder will generate a beautiful CV for you to use on our site and beyond.

Welcome to the People’s Platform!

{{-- Let’s Start Building Your CV --}}
cv builder
@if($cvTemplates) @foreach($cvTemplates as $template)
@php $explodedTemplateName = explode('.', $template->preview_thumb_img); @endphp {{ $template->name }} @if(isset($userProfile) && isset($userProfile->cv_template_id) && $userProfile->cv_template_id == $template->id)
check_circle Your Selected Template
@endif

{{ $template->name }}

{{ $template->description }}


@endforeach @endif
@endsection @push('pageModals') @include('front.modules.cv_builder.common.image_viewer_modal') @include('front.modules.cv_builder.common.mobile_restriction_modal') @endpush @push('pageJs') @endpush