@php $title_page = setting_item_with_lang("candidate_page_list_title"); if(!empty($custom_title_page)){ $title_page = $custom_title_page; } $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
@include('Candidate::frontend.layouts.details.candidate-header')
@include('Candidate::frontend.layouts.details.candidate-detail')