@extends('layout.store_layout.master') @section('custom_css') @endsection @section('content')
@csrf

{{trans('super_admin.create') .' '. trans('super_admin.add_new_package')}}

@foreach(getSuperAdminArEnLanguages() as $language)
code") }}" class="form-control mb-2{{ $errors->has("name.$language->code") ? ' is-invalid' : '' }}"> @if ($errors->has("name.$language->code")) {{ $errors->first("name.$language->code") }} @endif
@lang('super_admin.name_is_required_and_preferably_be_distinctive')
@endforeach
{{-- --}} {{-- --}} {{--
اسم التصنيف مطلوب ويفضل ان يكون مميز.
--}}
{{--
--}} {{-- --}} {{-- --}} {{--
لاضافه تصنيف فرعي اختر التصنيف الاب.
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}}{{--
Set a description to the category for better visibility.
--}} {{--
--}}

@lang('admin.price')

{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
حدد قيمة الخصم. سيتم خصم القيمة المحددة من السعر

خصائص الباقة

@foreach(\App\Models\SubscriptionFeature::get() as $feature)
@endforeach
@lang('super_admin.cancel')
@endsection @section('custom_js') {{-- --}} @endsection