@extends("agentportal.layouts.layout") @hasanyrole('administrator') @section("title", trans("message_lang.LBL_INCOME_REPORTS")) @else @section("title", trans("message_lang.LBL_SUMMARY_REPORTS")) @endhasanyrole @section("page_style") @endsection @section("content")

@hasanyrole('administrator') {!! trans("message_lang.LBL_INCOME_REPORTS") !!} @else {!! trans("message_lang.LBL_SUMMARY_REPORTS") !!} @endhasanyrole

@hasanyrole('administrator') @endhasanyrole @hasanyrole('location administrator|main teller|location back office') @endhasanyrole @hasanyrole('location administrator|main teller|location back office') @endhasanyrole @hasanyrole('main teller|location back office') @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 @endhasanyrole {{-- @hasanyrole('administrator') @endhasanyrole --}} @hasanyrole('location administrator|main teller|location back office') @if(Auth::guard('agentportal')->user()->enable_commission) {{-- --}} @endif @endhasanyrole @hasanyrole('location administrator|main teller|location back office') @if (isset(auth()->guard('agentportal')->user()->agentLocation) && (auth()->guard('agentportal')->user()->agentLocation->enable_orangeMoney_cico == true)) @endif @endhasanyrole @if (isset(auth()->guard('agentportal')->user()->agentLocation) && (auth()->guard('agentportal')->user()->agentLocation->enable_mtnMoMo_cico == true)) @hasanyrole('location administrator|main teller|location back office') @endhasanyrole @endif
@endsection @section("page_vendors") @endsection @section("page_script") @endsection