{{ __('Edit Item') }}

{{ __('Edit item') }}


@if ($photo) Profile Photo @else Profile Photo @endif
@error('photo')
{{ $message }}
@enderror
@error('item.name')
{{ $message }}
@enderror

{{ __('This is how others will learn about the item, so make it good!') }}

{!! $item->description !!}
@error('item.category_id')
{{ $message }}
@enderror
@php $selected = json_encode(App\Http\Livewire\LaravelExamples\EditItem::getExistingTags()); @endphp @php $array = []; @endphp @if (isset($this->tags) && count($this->tags) > 0) @foreach ($this->tags as $list) @php $array[$list['id']] = $list['name']; @endphp @endforeach @endif
@error('tags_id')
{{ $message }}
@enderror
options !== null && in_array('0', $item->options)) ? 'checked' : ''}}>
options !== null && in_array('1', $item->options)) ? 'checked' : ''}}>
options !== null && in_array('2', $item->options)) ? 'checked' : ''}}>
{{ __('Back to List') }}