@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') }}
@endsection @section('scripts') @endsection