@extends('layouts.search') @section('title') Personne @endsection @section('css') @endsection @section('content')

{{-- --}}

@if($person->img_perso_url)
@else
@endif @if($person->prenom) @endif @if($person->nom) @endif @if($person->biographie) @endif
{{$person->prenom}}
{{$person->nom}}
{{$person->biographie}}

Postes occupés


Warning: Undefined variable $person in /home/trombino/public_html/africa.trombino.org/resources/views/front/fonctionnaire.blade.php on line 143

Fatal error: Uncaught Error: Call to a member function recruiter() on null in /home/trombino/public_html/africa.trombino.org/resources/views/front/fonctionnaire.blade.php:143 Stack trace: #0 {main} thrown in /home/trombino/public_html/africa.trombino.org/resources/views/front/fonctionnaire.blade.php on line 143