@extends('layouts.appadmin') @section('content')

Factures Achats ({{$achats->count()}})

Facture achat
@foreach($achats as $achat) @endforeach
Ref facture fournisseur date Total TTC action
{{$achat->id}} {{$achat->fournisseur->nom}} {{date('d-m-Y', strtotime($achat->created_at))}} {{$achat->prixtotal}} DH pdf
@csrf
supprimer
@endsection