@extends('layouts.master') @section('title', 'Page accueil') @section('titlePageHeading', '') @section('content') @if($commande->commandes_statuts_id>1) @include('partials.commande_info') @endif
Liste des produits selectionnés
{!! $liste_commandes_details !!}
@can('magasinier','') @if($commande->commandes_statuts_id==2)
Colisage
{{ csrf_field() }}
@if(session('action_editable'))
@endif
@endif @endcan
Retour
@endsection