{{ __('New Item') }}

{{ __('Create new item') }}


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

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

{!! $description !!}
@error('category_id')
{{ $message }}
@enderror
@php $selected = json_encode($this->tags_id); @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
{{ __('Back to List') }}