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

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

@foreach(getSuperAdminLanguages() 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
اسم المطلوب ويوصى بأن يكون مميز.
@endforeach
{{-- --}} {{-- --}} {{--
اسم التصنيف مطلوب ويفضل ان يكون مميز.
--}}
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has("color"))--}} {{-- {{ $errors->first("color") }}--}} {{-- @endif--}} {{-- --}} {{--
لون الخلفية الخاص بالتصنيف الرئيسي.
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
لاضافه تصنيف فرعي اختر التصنيف الاب.
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}}{{--
Set a description to the category for better visibility.
--}} {{--
--}}
{{--
--}} {{-- --}} {{--
--}} {{--

الصورة المميزة

--}} {{--
--}} {{-- --}} {{--
--}}

@lang('super_admin.main_logo')

{{--
Set the category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
--}}
{{__('super_admin.mimes_image')}}
{{--
--}} {{-- --}} {{--
--}} {{--

الصورة المصغرة

--}} {{--
--}} {{-- --}} {{--
--}}

@lang('super_admin.sub_logo')

{{--
Set the category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
--}}
{{__('super_admin.mimes_image')}}
الغاء
@endsection @section('custom_js') {{-- --}} @endsection