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

@lang('admin.status')

اختر حالة الخاصية

عام

@foreach(getStoreLanguages() 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