@php use Carbon\Carbon; @endphp @extends('layouts.root') @section('styles') @endsection @section('root-content')
@csrf
@if($promotions->count() > 0) @foreach($promotions as $item) @endforeach @else @endif
# Produit Libellé Réduction (%) Période Statut Actions
{{ $item->id }} {{ $item->produit ? $item->produit->libelle : 'Non défini' }} {{ $item->nom }} {{ $item->reduction }} {{ $item->user ? $item->user->name : 'Non défini' }} @if($item->active == 1) activé @else désactivé @endif @if($item->active == 1) @else @endif
Aucune promotion trouvée !
{{ $promotions->links('vendor.pagination.bootstrap-4') }}

Nouvelle Promotion

@csrf
@endsection @section('scripts') @endsection