@if(isset(auth()->guard('agentportal')->user()->agentLocation) && (auth()->guard('agentportal')->user()->agentLocation->parent_id == 0 || auth()->guard('agentportal')->user()->agentLocation->network->enable_pay_transaction == true) && auth()->guard('agentportal')->user()->agentLocation->enable_pay_transaction == true)
@endif
@if(isset(auth()->guard('agentportal')->user()->agentLocation) && (auth()->guard('agentportal')->user()->agentLocation->parent_id == 0 || auth()->guard('agentportal')->user()->agentLocation->network->enable_pay_repayment == true) && auth()->guard('agentportal')->user()->agentLocation->enable_pay_repayment == true)
@endif
@if(isset(auth()->guard('agentportal')->user()->agentLocation) && isset(auth()->guard('agentportal')->user()->agentLocation->agentCountry) && in_array(auth()->guard('agentportal')->user()->agentLocation->agentCountry->isoname,[config('constants.GN_COUNTRY_CODE'),config('constants.SL_COUNTRY_CODE'),config('constants.LB_COUNTRY_CODE')]))
@endif
@if (auth()->guard('agentportal')->user()->hasAnyRole('main teller|supervisor|teller') && auth()->guard('agentportal')->user()->agentLocation->sending_enabled == 1 && auth()->guard('agentportal')->user()->sending_enabled == 1)
@endif
@if(isset(auth()->guard('agentportal')->user()->agentLocation)&& isset(auth()->guard('agentportal')->user()->agentLocation->agentCountry) && in_array(auth()->guard('agentportal')->user()->agentLocation->agentCountry->isoname,[config('constants.GN_COUNTRY_CODE'),config('constants.SL_COUNTRY_CODE'),config('constants.LB_COUNTRY_CODE')]))
@endif
@if(isset(auth()->guard('agentportal')->user()->agentLocation) && ((auth()->guard('agentportal')->user()->agentLocation->parent_id == 0 || auth()->guard('agentportal')->user()->agentLocation->network->enable_cashout == true) && auth()->guard('agentportal')->user()->agentLocation->enable_cashout == true) || ((auth()->guard('agentportal')->user()->agentLocation->parent_id == 0 || auth()->guard('agentportal')->user()->agentLocation->network->enable_cashin == true) && auth()->guard('agentportal')->user()->agentLocation->enable_cashin == true))
@endif
@if (auth()->guard('agentportal')->user()->agentLocation->enable_agent_topup == true && (auth()->guard('agentportal')->user()->agentLocation->parent_id == 0 || auth()->guard('agentportal')->user()->agentLocation->network->enable_agent_topup == true))
@endif
{{-- @if (isset(auth()->guard('agentportal')->user()->agentLocation) && (auth()->guard('agentportal')->user()->agentLocation->enable_orangeMoney_cico == true))
@endif --}}
@if (isset(auth()->guard('agentportal')->user()->agentLocation) && (auth()->guard('agentportal')->user()->agentLocation->enable_mtnMoMo_cico == true))
@endif