@extends("agentportal.layouts.layout") @section("title", 'BnB Orange Money') @section("page_style") @endsection @section("content")

Orange Money - {!! __('message_lang.LBL_CASHIN') .'/'. __('message_lang.LBL_CASHOUT') !!}

@if(Auth::guard('agentportal')->user()->hasAnyRole('main teller|teller|supervisor')) @endif @if (Auth::guard('agentportal')->user()->hasAnyRole('administrator|operations|finance')) @endif
@csrf
@if (Auth::guard('agentportal')->user()->hasRole('administrator'))
@endif @if (Auth::guard('agentportal')->user()->hasAnyRole('operations|finance'))
@endif
# {!! trans('message_lang.LBL_REFERENCE') !!} {!! trans('message_lang.LBL_TYPE') !!} {!! trans('message_lang.LBL_AMOUNT') !!} {!! trans('message_lang.LBL_PHONE_NUMBER') !!} {!! trans('message_lang.LBL_STATUS') !!} {!! trans('message_lang.LBL_LOCATION') !!} {!! trans('message_lang.LBL_TRANSACTION_FEE') !!} {!! trans('message_lang.LBL_DATE') !!}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection