@extends('voyager::master') @section('page_title', 'Modules') @section('page_header') @stop @section('content')
@foreach($fees as $index=>$fee) @endforeach
{{__('dashboard.dashboard.fees.sn')}} {{__('dashboard.dashboard.fees.module')}} {{__('dashboard.dashboard.fees.sub_module')}} {{__('dashboard.dashboard.fees.daily_limit')}} {{__('dashboard.dashboard.fees.monthly_limit')}} {{__('dashboard.dashboard.fees.fees_lyd')}} {{__('dashboard.dashboard.fees.service_charge')}} {{__('dashboard.dashboard.fees.tax_lyd')}} {{__('dashboard.dashboard.fees.vat_lyd')}} {{__('dashboard.dashboard.fees.from_date')}} {{__('dashboard.dashboard.fees.to_date')}} {{__('dashboard.dashboard.fees.gl_fees')}} {{__('dashboard.dashboard.fees.gl_service')}} {{__('dashboard.dashboard.fees.gl_tax')}} {{__('dashboard.dashboard.fees.gl_vat')}} {{__('dashboard.dashboard.fees.status')}} {{ __('voyager::generic.actions') }}
{{++$index}} {{checkAndReturnValue($fee,'moduleName')}} {{checkAndReturnValue($fee,'submoduleName')}} {{checkAndReturnValue($fee,'dailyLimits')}} {{checkAndReturnValue($fee,'monthlyLimits')}} {{checkAndReturnValue($fee,'fees')}} {{checkAndReturnValue($fee,'serviceCharges')}} {{checkAndReturnValue($fee,'tax')}} {{checkAndReturnValue($fee,'vat')}} {{checkAndReturnValue($fee,'fromDate')?Carbon\Carbon::createFromTimestamp((int)$fee['fromDate'] / 1000)->format('Y/m/d'):''}} {{checkAndReturnValue($fee,'toDate')?Carbon\Carbon::createFromTimestamp((int)$fee['toDate'] / 1000)->format('Y/m/d'):''}} {{checkAndReturnValue($fee,'glFees')}} {{checkAndReturnValue($fee,'glServiceCharges')}} {{checkAndReturnValue($fee,'glTax')}} {{checkAndReturnValue($fee,'glVat')}} {{checkAndReturnValue($fee,'feeStatus')}} @if(hasPermission('delete','Module')) @endif
@stop @section('javascript') @stop