@props([
'detail' => [],
'services' => [],
'index' => ':index',
'width' => '320px',
'readonly' => false,
'template' => empty($detail) ? 'data-template-' : '',
])
@if(!$readonly)
@endif
class(['form-control', 'is-invalid' => $errors->has("details.$index.description")]) }} type="text" {{ $template }}id="details-description{{ $index }}" {{ $template }}name="details[{{ $index }}][description]" value="{{ ($detail['description'] ?? '') }}" data-index="{{ $index }}" readonly>
@if($readonly)
@else
@endif