@props([ 'id', 'name', 'logo', 'url' => null, 'description' => null, 'status' => get_payment_setting('status', $id), 'defaultDescriptionValue' => __('Payment with :paymentType', ['paymentType' => $name]), ]) @php $id = $id ?? Str::slug($name); @endphp {{ $name }} @if($url) {{ $name }} @else {{ $name }} @endif @if($description)

{{ $description }}

@endif
!$status])> {{ trans('plugins/payment::payment.use') }} {{ get_payment_setting_key('name', $id) }}
!$status])> {{ trans('plugins/payment::payment.edit') }} $status])> {{ trans('plugins/payment::payment.settings') }}