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

LES PANIERS MIB PAR ANNEE

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

@endif @if(intVal($year->year) < intVal(date("Y")))

@endif

Panier MIB {{ $year->year }}

@endforeach
@endsection