@csrf
{{ __('User') }}
{{ __('Module') }}
@php $modulesArray = [ 'User', 'Meeting', 'Plan', 'Coupon', 'TaxRate', 'GlobalConfig', 'Contact', 'Payment', ]; @endphp
{{ __('Please Select Option') }}
@foreach ($modulesArray as $val)
{{ __($val) }}
@endforeach
@php $eventTypes = config('constants.LOG_EVENTS'); @endphp
{{ __('Event Type') }}
{{ __('Please Select Option') }}
@foreach ($eventTypes as $key => $val)
{{ $val }}
@endforeach
{{ __('Created Date') }}
{{ __('IP') }}
{{ __('Log') }}
{{ __('Search') }}
{{ __('Reset') }}