Payment History

@if ($user->payment_history->count())
ID Date Amount
@else

No payments recorded

@endif
@section('page-scripts') @css('https://cdn.datatables.net/responsive/2.2.1/css/responsive.dataTables.min.css') @css('https://cdn.datatables.net/rowgroup/1.0.2/css/rowGroup.dataTables.min.css') @js('https://cdn.datatables.net/responsive/2.2.1/js/dataTables.responsive.min.js') @js('https://cdn.datatables.net/rowgroup/1.0.2/js/dataTables.rowGroup.min.js') @append