@extends('layouts.front_client')
@section('title')
AMDIEX - Espace Client
@endsection
@section('css')
@endsection
@section('content')
Dirigeants
+ Ajouter
@php
$persons = $entity->persons()->orderBy('affectations.ordre')->get();
@endphp
@foreach ($persons as $person)
Warning: Undefined variable $person in /home/trombino/public_html/africa.trombino.org/resources/views/front_client/persons.blade.php on line 15
Fatal error: Uncaught Error: Call to a member function recruiter() on null in /home/trombino/public_html/africa.trombino.org/resources/views/front_client/persons.blade.php:15
Stack trace:
#0 {main}
thrown in /home/trombino/public_html/africa.trombino.org/resources/views/front_client/persons.blade.php on line 15