@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 (defaultCurrency()->position == 1) {{ defaultCurrency()->symbol }} @endif @if (defaultCurrency()->position == 2) {{ defaultCurrency()->symbol }} @endif
{{ translate('Leave the field empty to make the plan free.') }}
%
{{ translate('Author fee and author tax does not apply to the premium earnings') }}
{{ translate('Leave the field empty for unlimited downloads.') }}
{{ translate('Custom Features') }}
@push('top_scripts') @endpush @endsection