@extends('layouts.master', ['hide_topbar' => 'topbar2','hide_sidebar' => 'ok']) @section('title', 'Page accueil') @section('titlePageHeading', '') @section('content') @if($commande_editable)
Catalogue produits Initialiser
{!! $liste_produits !!}
@else @include('partials.commande_info') @endif
Panier commandes
{!! $liste_commandes_details !!}
Gratuites et cadeaux
{!! $liste_commandes_gratuites !!}
Restrictions commandes
{!! $liste_commandes_restrictions !!}

{!! $liste_commandes_objectifs !!}
@if($commande_editable) @if(session('action_editable') && $commande_editable && $commandes_id==0)
{{-- @if($_REQUEST["edit_prix_net_2"]!=0) Désactiver modification prix @else Activer modification prix @endif --}}
@endif
Réference commande
{{ csrf_field() }}
@if($commande->commandes_statuts_id>0) @else @endif
@if(session('action_editable') && $commande_editable)
@endif
@endif
Retour
@endsection