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

Cheque Return Payment List

{{-- @can('ADD_CHEQUE') --}} {{-- @endcan --}}





  Reset
@if (!empty($returned_cheque_payments)) @foreach ($returned_cheque_payments as $returned_cheque_payment) @endforeach @else NO MATCHING RECORDS FOUND @endif
{{ $returned_cheque_payments->appends($_GET)->links() }}
@endsection @section('custom_script') @endsection