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

{{__('super_admin.logo')}}

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

@lang('super_admin.status')

@lang('super_admin.select_the_status')

{{__('super_admin.check_start_digit')}}

{{__('super_admin.select')}} {{__('super_admin.check_start_digit')}}

@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
code") }}" class="form-control mb-2{{ $errors->has("currency.$language->code") ? ' is-invalid' : '' }}"> @if ($errors->has("currency.$language->code")) {{ $errors->first("currency.$language->code") }} @endif
@endforeach
{{-- --}} {{-- --}} {{--
اسم التصنيف مطلوب ويفضل ان يكون مميز.
--}}

{{__('super_admin.info')}}

{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
{{--
Set the product price.
--}}
@lang('super_admin.cancel')
@endsection @section('custom_js') {{-- --}} @endsection