@php use App\Eloquents\Attachment;@endphp @if(isset($details))
@if($details->status == 'rejected') @endif
{{currency($details->data['orderData']['amount'])}}
@php $photo = Attachment :: where('id', $details->data['orderData']['attachment'])->first(); @endphp
{{($details->reject_reason)}}
@else

{{ _mt($moduleId, 'BankWire.no_data_found') }}

@endif