@extends('admin.layouts.master-soyuz') @section('title','Create a new plan | ') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Plan') }} @endslot @slot('menu2') {{ __("Add plan") }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Add Plan') }}
@csrf
{{ __('Plan Name :') }}
*
{{ __('Plan Price : ') }}
*
{{ $defaultCurrency->symbol }}
{{ __('Description') }}
*
{{ old('detail') }}
@error('detail')
{{ $message }}
@enderror
{{ __('Plan validity :') }}
*
Validity of your plan in numbers eg: 1 month, year, week day
{{ __('Plan period :') }}
*
Please select plan period
Day
Week
Month
Year
{{ __('Product create/upload limit :') }}
*
{{ __('Enable CSV Product Upload :') }}
{{ __('Status :') }}
{{ __("Reset")}}
{{ __("Create")}}
@endsection