@extends('layouts.admin_base') @section('content')
{{ $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