@extends('backend.layouts.app') @section('content')
{{translate('Attribute Information')}}
@csrf
@foreach(get_languages() as $language) @endforeach
@endsection