@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($attribute ?? '' && $attribute->id) @method('PUT') @endif @csrf {{--
--}} @foreach($languages as $language)
@endforeach

{{__('attributes.choices')}}

@if($attribute ?? '' && $attribute->id) @foreach($attr_choices as $key=>$choice)
@endforeach @endif
@endsection @section('inner_js') @endsection