@extends('admin.layouts.form') @section('section', translate('Premium')) @section('title', translate('New Plan')) @section('back', route('admin.premium.plans.index')) @section('container', 'container-max-lg') @section('content')
@csrf
{{ translate('Actions') }}
{{ translate('Plan Details') }}
@if (@$settings->currency->position == 1) {{ @$settings->currency->symbol }} @endif @if (@$settings->currency->position == 2) {{ @$settings->currency->symbol }} @endif
{{ translate('Leave the field empty to make the plan free.') }}
%
{{ translate('Leave the field empty for unlimited downloads.') }}
{{ translate('Custom Features') }}
@push('top_scripts') @endpush @push('scripts_libs') @endpush @endsection