@extends('master.app') @section('title', 'bill') @section('body')

Suppliers Invoices

@foreach ($bills as $row) @endforeach {{ $bills->links('pagination::bootstrap-4') }}
Number title Supplier Total Date Actions
{{ $row->invoice_number }} {{ $row->title }} {{ $row->supplier->name }} {{ $row->grand_total }} {{ $row->invoice_date }}
@include('purchase.bills.filter-modal') @endsection @section('pageJs') @endsection