@extends("myViews.backOffice.layout.backOfficeLayout") @section("page") Mes contacts @endsection @section("pageIcon") @endsection @section("firstLevelLayoutBodyContent")
Contact | Entreprise | Créé le | Téléphone | Né le | Autres | Créé par | |
---|---|---|---|---|---|---|---|
@if($_contact->c_sexe == $cSexes["m"]["back"])
Mr
@else
Mme
@endif
{{ $_contact->c_fName." ".$_contact->c_lName }}
@if(isset($_contact->c_position))
({{ $_contact->c_position }}) @endif |
{{ $_contact->t_name }} | {{ (new \DateTime($_contact->c_createdAt))->format("d/m/Y, H:i") }} |
{{ $_contact->c_firstNumber }}
@if(isset($_contact->c_secondNumber))
{{ $_contact->c_secondNumber }} @endif |
{{ isset($_contact->c_birthdate)? (new \DateTime($_contact->c_birthdate))->format("d/m/Y, H:i") : "-" }} | {{ $_contact->c_others }} | {{ $_contact->nomPers." ".$_contact->prenPers }} | $_contact->c_id,"t_id"=>@$_target->t_id]) }}" class="btn btn-warning btn-sm mr-1 mb-1" title="Modifier"> $_contact->c_id]) }}" class="btn btn-danger btn-sm mr-1 mb-1 delete-row" data-row-name="{{ "{$_contact->c_fName} {$_contact->c_lName}" }}" title="Supprimer"> |