@csrf
@if (Auth::user()->hasRole('AffiliateCashier') || Auth::user()->hasRole('OperatorPersonnel') || Auth::user()->hasRole('OperatorAdmin'))
@endif
@if (Auth::user()->hasRole('SuperAdmin') || Auth::user()->hasRole('FullFinancial') || Auth::user()->hasRole('OperatorAdmin')) @endif
@if (Auth::user()->hasRole('AffiliateManager') || Auth::user()->hasRole('FullFinancial') || Auth::user()->hasRole('OperatorPersonnel') || Auth::user()->hasRole('OperatorAdmin')) @include('partial.payment.vouchers-table') @endif