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

Payments

Report @include('general.filter-button') Add
@include('purchase.payments.filter-form')
@foreach ($payments as $row) @endforeach
# Number Supplier Title Date Payment Action
{{ $loop->iteration }} {{ $row->invoice_number }} {{ $row->supplier->name }} {{ $row->title }} {{ $row->date }} {{ $row->amount . ' ' . $row->currency->title_en }}
{{--
{{ $payments->links('pagination::bootstrap-4') }}
--}}
@include('purchase.payments.filter-modal') @endsection @section('pageJs') @endsection