@extends("layouts.dashboard") @section("wrapper")
@lang("annonceur_id") | @lang("espacepublicitaire_id") | @lang("montant") | @lang("est_paye") | @lang("date_payement") | Actions |
---|---|---|---|---|---|
{{$reservation->annonceur->nom_prenoms_contact}} | {{$reservation->espacepublicitaire->libelle}} | {{$reservation->montant}} | @if($reservation->est_paye==0)Non Payé @else Payé @endif | {{$reservation->date_payement}} | @lang("Afficher") @can('reservation-edit') @lang("Editer") @endcan @can('reservation-statut') @if($reservation->active == 1) @else @endif @endcan |
@lang("listeempty") |