@extends('layouts.master') @section('title', 'Page accueil') @section('titlePageHeading', '') @section('content') @if($commande->commandes_statuts_id>1) @include('partials.commande_info') @endif
@can('magasinier','') @if($commande->commandes_statuts_id==2) @endif @endcan @endsection