@extends('layouts.admin') @section('content')
FACTURE N {{ 'FA' . Carbon\Carbon::parse($facture->created_at)->year . '' . Carbon\Carbon::parse($facture->created_at)->month . '-0' . $facture->id }}
  • Client
  • Date
  • Reçu
  • Créance
  • Montant
  • Utilisateur

@foreach($articles as $a) @endforeach
Libellé Description Prix HT Quantité Montant
{{ $a->libelle }} {{ $a->description }} {{ $a->prix }} {{ $a->quantite }} {{ $a->montant }}
@if($facture->etat == 'brouillon')
@csrf
@else
@csrf
@endif Saisir Réglement Générer une facture
@endsection @section('scripts') @parent @endsection