@extends('layouts.backend.app') @section("content")

Mes commandes

@foreach($commandes as $key=>$commande) @endforeach
# N°DEVIS Nom Prenoms Contact E-mail Type contrat Status ACTION
{{++$key}} {{ $commande->number_n}} {{ $commande->firstname}} {{ $commande->lastname}} {{ $commande->contact}} {{ $commande->email}} @if($commande->product_type==1) Auto @elseif($commande->product_type==3) Voyage @endif {!! get_commande_status($commande->status) !!} @if($commande->product_type==1) @elseif($commande->product_type==3) @endif
@endsection @section('header-script')