@extends('back.master') @section('title', __('Payment links')) @section('content')
|
|
{{ __('Name') }} | {{ __('Processor') }} | {{ __('Short link') }} | {{ __('User') }} | {{ __('Amount') }} | {{ __('Status') }} | {{ __('Created at') }} | {{--{{ __('Expired') }} | --}}- |
|---|---|---|---|---|---|---|---|---|---|
|
id }})">
|
{{ ucfirst($payment_link->name) }} | {{ ucfirst($payment_link->processor) }} | {{ urldecode($payment_link->short_link) }} | {{ $payment_link->user }} | {{ $payment_link->amount }} ({{ $payment_link->currency }}) | {{ __(mb_ucfirst($payment_link->status)) }} | {{ $payment_link->updated_at }} | {{--{{ $payment_link->expired ? __('Yes') : __('No') }} | --}}