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

{{ $head ?? ''}}

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

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

@foreach($attr_choices as $key=>$choice) @include('admin.attributes.choices',['choice'=>$choice]) @endforeach
--}}
@endsection @section('inner_js') @endsection