Facture achat
Ref facture | fournisseur | date | Total TTC | action |
---|---|---|---|---|
{{$achat->id}} | {{$achat->fournisseur->nom}} | {{date('d-m-Y', strtotime($achat->created_at))}} | {{$achat->prixtotal}} DH | pdf supprimer |
@extends('layouts.appadmin') @section('content')
Ref facture | fournisseur | date | Total TTC | action |
---|---|---|---|---|
{{$achat->id}} | {{$achat->fournisseur->nom}} | {{date('d-m-Y', strtotime($achat->created_at))}} | {{$achat->prixtotal}} DH | pdf supprimer |