@extends("agentportal.layouts.layout") @section("title", "BNB CASHAPP | ".trans('message_lang.LBL_DASHBOARD')) @section("page_style") @endsection @section("content")
@hasanyrole('main teller|supervisor|teller') @if(count($notifications) > 0) @foreach ($notifications as $key => $notification)
x
@endforeach @endif
@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
@hasanyrole('main teller|teller') @if(isset(auth()->guard('agentportal')->user()->agentLocation))
Balance :
@endif @endhasanyrole
@endhasanyrole @hasanyrole('main teller|teller') @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')]))

{!! trans("message_lang.LBL_DAILY_SUMMARY") !!}

@hasanyrole('main teller')
@endhasanyrole
{!! trans("message_lang.LBL_TOTAL_RECEIVED") !!} {!! number_format(0) !!}
{!! trans("message_lang.LBL_TOTAL_PAID") !!} {!! number_format(0) !!}
{!! trans("message_lang.LBL_REMANING_BALANCE") !!} {!! number_format(0) !!}
@else @endif @endhasanyrole @hasanyrole('administrator') @include('dashboard_analytics') @endhasanyrole @hasanyrole('location administrator') @include('dashboard_locadmin_analytics') @endhasanyrole
@endsection @section('page_script') @hasanyrole('main teller|teller') @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 @endhasanyrole @endsection