Remittance
{{ session('success') }}
@endif
@if (session('delete'))
{{ session('delete') }}
@endif
@if (auth()->user()->type !== '2')
@endif
Remittance Table
Showing {{ $remittances->firstItem() ?? 0 }} to
{{ $remittances->lastItem() ?? 0 }} of
{{ $remittances->total() }} results
{{ $remittances->links('pagination::bootstrap-4') }}