@extends('layouts.super_admin.app') @section('styles') @endsection @section('content')
@csrf

{{ __('global.general') }}

@foreach($languages as $language)
@error('title_'.$language->code) {{ $message }} @enderror
@endforeach
{{ __('global.attribute_type') }}
type != 'select' ? 'style=display:none;' : '' }} >
@if($attribute->value != null) @foreach(unserialize($attribute->value) as $option) @endforeach @else @endif

Separate languages by , between words.

{{ __('global.add_input') }}
add_to_filter ? 'checked' : '' }}>
@endsection @section('scripts') @endsection