@if(count($annonces) > 0) @foreach($annonces as $annonce) @if($annonce->active == 1) @else @endif @endforeach @else @endif
@lang("annonceur_id") @lang("espacepublicitaire_id") @lang("rubrique_id") @lang("statutparution_id") @lang("libelle") @lang("date_parution") @lang("montant_ttc") @lang("est_paye") @lang("Statut")
{{$annonce->annonceur->nom_prenoms_contact}} {{$annonce->espacepublicitaire->libelle}} {{$annonce->rubrique->libelle}} {{$annonce->statutparution->libelle}} {{$annonce->libelle}} {{$annonce->date_parution}} {{$annonce->montant_ttc}} @if($annonce->est_paye==1) PayƩ @else Non PayƩ @endif@lang("Active")@lang("Desactive")
@lang("listeempty")