@extends('core::layouts.master') @section('title', '| Payments') @section('content')

Payments

@if (Auth::user()->hasAnyRole(['ADMIN'])) Create New @endif
All Payments
{!! $dataTable->table() !!}
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush