@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{ csrf_field() }}

* {{ __('indicates a required field') }}

@component('admin.components.input-localized', ['required' => true]) @slot('name') title @endslot @slot('placeholder') {{ __('Enter Subscription Title') }} @endslot {{ __('Title') }} * @endcomponent

{{ __('Cost') }} * ({{ __('In') }} {{ $curr->name }})

{{ __('Days') }} *

{{ __('Product Limitations') }}*

{{ __('Allowed Products') }} *

@component('admin.components.input-localized', ['type' => 'richtext']) @slot('name') details @endslot @slot('placeholder') {{ __('Details') }} @endslot {{ __('Details') }} @endcomponent
@endsection @section('scripts') @endsection