{{ $row->id }} @if (isset($row->User->id) && $row->User->id) {{ $row->User->first_name }} {{ $row->User->last_name }} @if (isset($row->User->email) && $row->User->email)
@t('Email: ') {{ $row->User->email }}
@endif @if (isset($row->User->phone) && $row->User->phone)
@t('Phone: ') {{ $row->User->phone }}
@endif @else @if (isset($row->extra->user->email)) {{ $row->extra->user->first_name }} {{ $row->extra->user->last_name }} @if (isset($row->extra->user->email) && $row->extra->user->email)
@t('Email: ') {{ $row->extra->user->email }}
@endif @if (isset($row->extra->user->phone) && $row->extra->user->phone)
@t('Phone: ') {{ $row->extra->user->phone }}
@endif @else @t('N/A') @endif @endif {{ amount( $row->total, [ 'from' => $row->currency_id, 'to' => $row->currency_id ] ) }} @datetime($row->date) @date($row->expiration) @timestamp($row->created) @if (Timing::compare($row->expiration) == 1) @t('Pending') @else @t('Expired') @endif