@include('admin/shared/select', ['name' => 'service_id', 'label' => __('global.service'), 'options' => $services, 'value' => old('service_id', current($services))])
@include('admin/shared/select', ['name' => 'paymentmethod', 'options' => $paymentMethods, 'label' => __('client.payment-methods.paymentmethod'), 'value' => null])
@else
@if ($paymentMethods->isEmpty())
{!! __('client.services.subscription.add_payments_method', ['url' => route('front.payment-methods.index')]) !!}
@endif
@if (empty($services))
{!! __($translatePrefix . '.services_empty') !!}
@endif
@endif
@endif