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

Bills of

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