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

{{ trans("message_lang.LBL_MY_TXNS_DETAILS") }} ({{ $transaction->pickup_code }})

@hasanyrole('main teller|supervisor|teller') {!! trans("message_lang.BTN_NEW_VALIDATION_REQUEST") !!} @else {{ trans('message_lang.BTN_BACK') }} @endhasanyrole

{{ trans('message_lang.LBL_SENDER_DETAILS') }}

{{ trans('message_lang.LBL_FULL_NAME') }} {{ $sender->first_name .((isset($sender->middle_name) && trim($sender->middle_name) != '') ? " ".$sender->middle_name : '')." " . $sender->last_name }}
{{ trans('message_lang.LBL_COUNTRY') }} {{ $sender->country_code }}
{{ trans('message_lang.LBL_CITY') }} {{ $sender->city }}
{{ trans('message_lang.LBL_ADDRESS') }} {{ $sender->address }}
{{ trans('message_lang.LBL_PHONE_NUMBER') }} {{ $sender->phone_number }}
{{ trans('message_lang.LBL_STATE_NAME') }} {{ $sender->state }}
{{ trans('message_lang.LBL_ZIPCODE') }} {{ $sender->zip }}

{{ trans('message_lang.LBL_BNF_DETAILS') }}

{{ trans('message_lang.LBL_FULL_NAME') }} {{ $receiver->first_name .((isset($receiver->middle_name) && trim($receiver->middle_name) != '') ? " ".$receiver->middle_name : '')." " . $receiver->last_name }}
{{ trans('message_lang.LBL_COUNTRY') }} {{ $receiver->country_code }}
{{ trans('message_lang.LBL_CITY') }} {{ $receiver->city }}
{{ trans('message_lang.LBL_ADDRESS') }} {{ $receiver->address }}
{{ trans('message_lang.LBL_PHONE_NUMBER') }} {{ $receiver->phone_number }}
{{ trans('message_lang.LBL_STATE_NAME') }} {{ $receiver->state }}
{{ trans('message_lang.LBL_ZIPCODE') }} {{ $receiver->zip }}

{{ trans('message_lang.LBL_MY_TXNS_DETAILS') }}

@if ($transaction->partner == "BNBEU" && $transaction->is_sent == 1) @endif
{{ trans('message_lang.LBL_PICKUP_CODE') }} {{ $transaction->pickup_code }}
{{ trans('message_lang.LBL_SENDING_AMOUNT') }} {{ $transaction->sending_amount . " (". $transaction->sending_currency .")" }}
{{ trans('message_lang.LBL_RECEIVING_AMOUNT') }} {{ $transaction->receiving_amount . " (". $transaction->receiving_currency .")" }}
{{ trans('message_lang.LBL_RECEIVING_OPTION_CODE') }} {{ $transaction->receiving_option_code }}
{{ trans('message_lang.LBL_ACCOUNT_NUMBER') }} {{ $transaction->account_number }}
{{ trans('message_lang.LBL_PARTNER_REFERENCE_NUMBER') }} {{ $transaction->partner_reference1 }}
{{ trans('message_lang.LBL_CREATED_AT') }} {{ $transaction->date }}
{{ trans('message_lang.LBL_TYPE') }} {{ $transaction->is_sent == 1 ? 'SENDING' : 'RECEIVE' }}
{{ trans('message_lang.LBL_SENDER_PAYMENT_STATUS') }} {{ str_replace("_", " ", $transaction->payment_status) }}
{{ trans('message_lang.LBL_TRANSFER_STATUS') }} {{ str_replace("_", " ", $transaction->status) }}
@if ($transaction->partner == "BNBEU" && $transaction->is_sent == 1) @if ($transaction->status == "ON_HOLD" && $transaction->payment_status == "PAID") @endif @elseif ($transaction->partner == "Ria" && $transaction->is_sent == 1) {{-- @if ($transaction->status == "PENDING") @endif --}} @else @if ($transaction->partner == "MoneyGram") @if ($transaction->status == "TRANSMITTED") @endif @endif @if ($transaction->status == "PENDING") @endif @if ($transaction->status == "REJECTED") @endif @endif

{{ trans('message_lang.LBL_CODE_MODIFY_HIST') }}

@foreach ($txnHistory as $history) @endforeach
{{ trans('message_lang.LBL_ACTION') }} {{ trans('message_lang.LBL_PARTNER_COMPANY') }} {{ trans('message_lang.LBL_PARTNER_COMPANY_USER') }} {{ trans('message_lang.LBL_PARTNER_COMPANY_USERID') }} {{ trans('message_lang.LBL_DATE') }}
{{ $history->action }} {{ $history->user }} {{ $history->officer }} {{ $history->officer_id }} {{ $history->lastUpdated }}
@if(isset($transaction->partner) && strtolower($transaction->partner) == strtolower("Ria"))

{{ trans('message_lang.LBL_CUST_SERVICE_MSGS') }}

@forelse ($txnMsgs as $msg) @empty @endforelse
{{ trans('message_lang.LBL_DATE') }} {{ trans('message_lang.LBL_MESSAGE') }} {{ trans('message_lang.LBL_MESSAGE_ENTERED_BY') }} {{ trans('message_lang.LBL_DESCRIPTION') }}
{{ $msg->created_at }} {{ $msg->message }} {{ $msg->created_by }} {{ $msg->description }}
No messages sent

{{ trans('message_lang.LBL_MSG_RECEIVED_FROM_RIA') }}

{{ trans('message_lang.LBL_DATE') }} {{ trans('message_lang.LBL_MESSAGE') }} {{ trans('message_lang.LBL_MESSAGE_CATEGORY') }} {{ trans('message_lang.LBL_MESSAGE_ENTERED_BY') }}
@endif
@endsection @section("page_vendors") {{-- --}} {{-- --}} @endsection @section("page_script") @endsection