@extends('dashboard.Boutique.Boutique_template.layouts.grocery.app') @section("css") @include("dashboard.Boutique.Boutique_template.layouts.grocery.css_other_page") @endsection @section('content') @include("dashboard.Boutique.Boutique_template.layouts.grocery.banner",["page_title"=> "CREATION COMPTE PANIER MIB ".$year]) @php $params=new \App\ParametrageMib(); $souscription=$params->getParametersByKeys('souscription',$boutique->id, $year); $devise=$params->getParametersByKeys('devise',$boutique->id, $year); $jour_fin=$params->getParametersByKeys('jour_fin',$boutique->id, $year); $fin_souscription=$params->getParametersByKeys('fin_souscription',$boutique->id, $year); $active_carte_brunch=$params->getParametersByKeys('active_carte_brunch',$boutique->id, $year); $can_have_carte_brunch=$params->getParametersByKeys('can_have_carte_brunch',$boutique->id, $year); $parainnage=$params->getParametersByKeys('parainnage',$boutique->id, $year); @endphp