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

@lang('super_admin.status')

@lang('super_admin.information')

@foreach(getSuperAdminLanguages() as $language)
code") }}" class="form-control mb-2{{ $errors->has("title.$language->code") ? ' is-invalid' : '' }}"> @if ($errors->has("title.$language->code")) {{ $errors->first("title.$language->code") }} @endif
@lang('super_admin.name_is_required_and_preferably_be_distinctive')
@if ($errors->has("description.$language->code")) {{ $errors->first("description.$language->code") }} @endif
@endforeach
@lang('super_admin.cancel')
@endsection @section('custom_js') @endsection