@extends('layouts.backend.app') @section("content")
@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==2) Moto @elseif($commande->product_type==3) Habitation @endif {!! get_commande_status($commande->status) !!}
@stop @section('header-script')