@extends("layouts.app") @section("title", "Edit Manual Transaction") @section("page_style") @endsection @section("content")

{{ __('message_lang.LBL_EDIT_MANUAL_TXNS') }}

@if($txnDetails->assigned_to == NULL) @endif
@csrf
{{" *"}} @if($txnDetails->status == $txnStatus['Payment_completed'] || $txnDetails->status == $txnStatus['Invalid']) @else @endif @error('status') {{ $message }} @enderror
@error('admin_notes') {{ $message }} @enderror
@if(in_array($txnDetails->status, [$txnStatus['Remittance_verified'],$txnStatus['MP_DONE'],$txnStatus['MP_PENDING']]) && !$availableForManualTxn )

{{ __('message_lang.LBL_PROCESS_PAYMENT_MANUAL_TXNS') }}

@if($txnDetails->status == $txnStatus['Remittance_verified'])
@csrf
@elseif(in_array($txnDetails->status, [$txnStatus['MP_DONE'],$txnStatus['MP_PENDING']]))
@endif
@endif
@endsection @section("page_vendors") @endsection @section("page_script") @endsection