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

الحالة

اختر حالة المدينة

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

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

@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
@endforeach
{{-- --}} {{-- --}} {{--
اسم التصنيف مطلوب ويفضل ان يكون مميز.
--}}
الغاء
@endsection @section('custom_js') {{-- --}} @endsection