@if (Sentry::getUser()->hasAccess('admin.order.edit')) {{link_to_route('admin.order.edit', $payment->oid, [$payment->oid], ['class' => 'order'])}} @elseif (Sentry::getUser()->hasAccess('admin.order.show')) {{link_to_route('admin.order.show', $payment->oid, [$payment->oid], ['class' => 'order'])}} @else {{$payment->oid}} @endif {{date('d.m.Y H:i:s', strtotime($payment->created_at))}} {{number_format($payment->amount, 2, ',', ' ')}} € {{trans('admin.statuses.' . $payment->response)}} @if (Sentry::getUser()->hasAccess('admin.payment-' . $tab . '.show')) {{Button::normal(trans('admin.buttons.details'))->asLinkTo(route('admin.payment-' . $tab . '.show', [$payment->id]))->extraSmall()->prependIcon(Icon::search())}} @endif