@extends('admin.layouts.form') @section('section', translate('Premium')) @section('title', translate('Edit Plan')) @section('back', route('admin.premium.plans.index')) @section('container', 'container-max-lg') @section('content')
@csrf @method('PUT')
{{ translate('Actions') }}
isActive())>
isFeatured())>
{{ 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('Leave the field empty for unlimited downloads.') }}
{{ translate('Custom Features') }}
@if ($plan->custom_features) @foreach ($plan->custom_features as $key => $customFeature)
@endforeach @endif
@push('top_scripts') @endpush @endsection