@extends('layouts.admin') @section('content')
CLASSER LA COMMANDE DE {{ $commande->nom }}
@if(Auth::user()->roles[0]->title != 'Commerciale') @if($commande->fk_statut != 3)
@csrf
@endif @if($commande->fk_statut == 3)
@csrf
@endif @if($livraison->reception_commercial == 0)
@csrf
@else
@csrf
@endif @endif @if($livraison->reception_client == 0)
@csrf
@csrf
@else
@csrf
@endif @if($livraison->reception_commercial == 0)
@csrf
@else
@csrf
@endif Faire un autre scan
@endsection @section('scripts') @parent @endsection