@extends("myViews.backOffice.layout.backOfficeLayout") @section("page") Intérêts client @endsection @section("pageIcon") @endsection @section("firstLevelLayoutBodyContent")
Intérêts client
{{--
--}}
@foreach($_interests as $_in) @endforeach
Cible Offre Intérêt manifesté le Niveau d'intérêt Autres Créée par
{{ $_in->t_name}}
{{--{{ $tTypes[$_in->t_type]["front"] }}--}} {{ getTargetNature($_in) }}
{{ $_in->of_wording}}
{{ $ofTypes[$_in->of_type]["front"] }}
{{ dateStrToFormattedDateTimeStrOrDash($_in->ti_manifestedAt) }} @for($i=0; $i<$_in->ti_startCount; $i++) @endfor {{ $_in->ti_others }} {{ $_in->nomPers." ".$_in->prenPers }} $_in->ti_id, "target"=>@$_target->t_id, "offer"=>@$_offer->of_id]) }}" class="btn btn-warning btn-sm mr-1 mb-1" title="Modifier"> $_in->ti_id]) }}" class="btn btn-danger btn-sm mr-1 mb-1 delete-row" data-row-name="{{ "l'intérêt de «{$_in->t_name}» pour «{$_in->of_wording}»" }}" title="Supprimer">
@endsection @section("pageJs") @endsection