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

Liste commande ({{$boncommandes->count()}})

bon de commandes
@foreach($boncommandes as $facturbon) @endforeach
Ref facture fournisseur date Total TTC Action
{{$facturbon->id}} {{$facturbon->fournisseur->nom}} {{date('d-m-Y', strtotime($facturbon->created_at))}} {{$facturbon->prixtotal}} DH PDF
@csrf
{{ $boncommandes->links('pagination::bootstrap-4') }}
@endsection