@extends('layouts.app') @section('title', 'Transfer Details') @section('content')
Complete transfer information
Your credit transfer was successful
@elseif($transfer->isPending())Your transfer is being processed
@elseif($transfer->isFailed())The transfer could not be completed
@elseThis transfer was cancelled
@endif"{{ $transfer->note }}"
If you have any questions about this transfer, our support team is here to help.