@extends('admin.nav')
@section('contents')
{{--
--}}
Libelle Entreprises | Activite | Adresse | Numero Telephone | @if(Auth::user()->profil === 'DC' || Auth::user()->profil === 'RC')Actions | @endif
---|---|---|---|---|
{{$per->libelle}} | {{$per->activite}} | {{$per->adresse}} | {{$per->telephone}} | @if(Auth::user()->profil === 'DC' || Auth::user()->profil === 'RC')Editer | @endif