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

Mes commandes

@foreach($commandes as $commande) @endforeach
N° Dévis Nom Prenoms Contact E-mail Type contrat Status Action
{{ $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
@stop @section('header-script')