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

Payments

@if($payments->count()) @include('admin.payments._table') {!! $payments->links('vendor.pagination.default') !!} @else

There are no payments added in the database.

@endif @endsection