@extends('candidate.account') @section('styles') @parent @endsection @section('cv_content')

Información Personal

@php $name = $info->name ?? $info->firstname; $lastname = $info->apat ?? $info->lastname; $mother_lastname = $info->amat ?? $info->mother_lastname; $celphone = $info->phone ?? $info->celphone; @endphp
@endsection @section('scripts') @parent @endsection