@extends('dashboard.layouts.master')
@section('title', 'Commission Reports | Admin Panel')
@push('after-styles')
@endpush
@section('content')
@include('sweetalert::alert')
@if(\Helper::canAccessModule('commission_report'))
| Ref # |
Business |
Category |
Type |
Total Amount |
Commission |
Date |
@else
@endif
@endsection
@push('after-scripts')
@endpush