@extends('layout.base', ['title' => 'Assurance - Nouvelle Facture']) @section('content')

Detail Facture Facture

{{ csrf_field() }} {{ method_field('DELETE') }}

@foreach($DetailsCommandes as $DetailsCommande) @endforeach
Libellé P.U Qte PT Action
{{ $DetailsCommande->Propriete }} {{ $DetailsCommande->PU }} {{ $DetailsCommande->Qte }} {{ $DetailsCommande->PT }}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection