@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_ACC_STATEMENTS")) @section("page_style") @endsection @section("content")

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

@hasanyrole('location administrator|main teller')

@if(isset(auth()->guard('agentportal')->user()->agentLocation) && auth()->guard('agentportal')->user()->agentLocation->parent_id == 0) @endif

@endhasanyrole
@hasanyrole('administrator|operation|compliance|finance back office|tresorerie') @if (request('location_id')) {!! trans("message_lang.BTN_REPAYMENT") !!}
{!! trans("message_lang.BTN_ADJUSTMENT") !!}
{{ trans('message_lang.BTN_BACK') }} @else Prefund
Agent Topup
{!! trans("message_lang.BTN_REPAYMENT") !!}
{!! trans("message_lang.BTN_ADJUSTMENT") !!}
{!! trans("message_lang.BTN_EXPENSES") !!}
{!! trans("message_lang.BTN_REFUND_SEND_TRANSACTION") !!} @endif @else @hasanyrole('main teller|supervisor|teller') @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)) Agent Topup
@endif @endhasanyrole {{ trans('message_lang.BTN_BACK') }} @endhasanyrole @hasanyrole('administrator|tresorerie')
{!! trans("message_lang.BTN_BULK_REPAYMENT") !!} @endhasanyrole
@csrf
@hasanyrole('administrator|operation|compliance|finance back office|tresorerie')
@else @endhasanyrole
# {!! trans("message_lang.LBL_DATE") !!} {!! trans("message_lang.LBL_LOCATION") !!} {!! trans("message_lang.LBL_TXN_TYPE") !!} {!! trans("message_lang.LBL_REFERENCE") !!} {!! trans("message_lang.LBL_PAID_AT") !!} {!! trans("message_lang.LBL_COMPANY") !!} {!! trans("message_lang.LBL_CREDIT") !!} {!! trans("message_lang.LBL_DEBIT") !!} {!! trans("message_lang.LBL_BALANCE") !!} {!! trans("message_lang.LBL_SENT_FROM_LOCATION") !!}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection