@extends('layouts.app') @section('content')

{{ $pageNote }}

@if($row->status == 'completed') @else @endif
{{ Lang::get('core.paypal_id') }} {{ $row->paypal_id }}
{{ Lang::get('core.amount') }} {!! SiteHelpers::getCurrencymethod(Auth::user()->id,$row->amount) !!}
{{ Lang::get('core.requested_on') }} {{ $row->requested_on }}
{{ Lang::get('core.Status') }} {{ ucwords($row->status) }}{{ ucwords($row->status) }}
@stop