@csrf
$errors->first('name')]) id="name" value="{{ $this->name }}"> @error ('name') @enderror
@error ('description') @enderror
@error ('genre') @enderror
@if ($this->asset->type->isSellable())
$errors->first('sell')]) type="checkbox" id="sell" @checked($this->sell) x-model="show"> @error ('sell') @enderror
@if (!$this->asset->type->isFree())
$errors->first('price')]) id="price" value="{{ $this->price }}" @checked($this->sell)> @error ('price') @enderror
@endif
@endif
$errors->first('comments')]) type="checkbox" id="comments" @checked($this->comments)> @error ('comments') @enderror
{{ __('Cancel') }}