@php $maboutique=\Illuminate\Support\Facades\Session::get('boutique'); @endphp @extends("../dashboard._blank") @section("sidebar") @include("../dashboard._sidebar") @endsection @section("content")

Paniers MIB par Année

Retour
@foreach($years as $year)
@if(intVal($year->year) == intVal(date("Y"))) @else @endif

Panier MIB {{ $year->year }}

@if(intVal($year->year) == intVal(date("Y"))) Année en cours @else Archivé @endif
@endforeach
@endsection