@extends('layouts.app')
@section('title', session('company_code') . ' Elite System')
@section('body')
@include('teller.cancel-payment._datatable')
OR allowed to cancel:
- All types of payment transactions must be same-day transactions only. (If it's an advance payment, there must be no amount used.)
{{-- - Advance Payment (same day transactions, payments from advance payment module and with no used amount)
- Other Transactions Payment (same day transactions)
--}}
Users allowed to approve:
- Central Billing and I.T.
- Branch Manager
- Admin Supervisor / Branch Accountant
@endsection
@section('scripts')
@endsection