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

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

@if(Auth::guard('agentportal')->user()->hasAnyRole('main teller|teller|supervisor'))
@if (auth()->guard('agentportal')->user()->agentLocation->enable_cashin == true && (auth()->guard('agentportal')->user()->agentLocation->parent_id == 0 || auth()->guard('agentportal')->user()->agentLocation->network->enable_cashin == true)) {!! trans('message_lang.LBL_CASHIN') !!}  @endif @if (auth()->guard('agentportal')->user()->agentLocation->enable_cashout == true && (auth()->guard('agentportal')->user()->agentLocation->parent_id == 0 || auth()->guard('agentportal')->user()->agentLocation->network->enable_cashout == true)) {!! trans('message_lang.LBL_CASHOUT') !!} @endif
@endif
@csrf
@hasanyrole('administrator|operation|compliance|finance back office|tresorerie')
@else @endhasanyrole
@include('agentportal.layouts.duration_filter')
# {!! trans('message_lang.LBL_COMPANY') !!} {!! trans('message_lang.LBL_REFERENCE') !!} {!! trans('message_lang.LBL_CUSTOMER') !!} {!! trans('message_lang.LBL_PHONE_NUMBER') !!} {!! trans('message_lang.LBL_TYPE') !!} {!! trans('message_lang.LBL_STATUS') !!} {!! trans('message_lang.LBL_AMOUNT') !!} {!! trans('message_lang.LBL_DATE') !!} {!! trans('message_lang.LBL_ID') !!}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection