@extends('layouts.front_client') @section('title') AMDIEX - Espace Client @endsection @section('css') @endsection @section('content')

Modifier personne

@csrf
@php $peron_pivoted = $person->recruiter()->findOrFail(Auth::user()->entity_id); @endphp
@endsection @section('js') @endsection