@extends('layouts.admin_base') @section('content')

Profil du Candidat

{{ $candidat->first_name }} {{ $candidat->last_name }}

{{ $candidat->domaine }}


Email : {{ $candidat->user->email }}

Téléphone : {{ $candidat->phone }}

Adresse : {{ $candidat->address }}

Date de naissance : {{ $candidat->date_of_birth }}

Expérience : {{ $candidat->experience }}

Éducation : {{ $candidat->education }}

Description : {{ $candidat->description }}

LinkedIn : @if($candidat->linkedin) Voir le profil @else Non disponible @endif

Retour @if($candidat->status == 'actif')
@csrf
@endif
@endsection