@extends('layouts.load') @section('content')
@if($data->method != null) @endif @if($data->txnid != null) @endif
{{ __("Customer Name") }} {{ $data->user['name'] }}
{{ __("Amount") }} {{ $data->type == 'plus' ? '+':'-' }}{{ \PriceHelper::showOrderCurrencyPrice(($data->amount * $data->currency_value),$data->currency_sign) }}
{{ __("Transaction ID") }} {{ $data->txn_number }}
{{ __("Method") }} {{ $data->method }}
{{ $data->method }} {{ __("Transaction ID") }} {{ $data->txnid }}
{{ __("Details") }} {{ $data->details }}
{{ __("Transaction Date") }} {{ $data->created_at }}
@endsection