protected !=1) onchange="slugify(this.value,'slug')"
@endif required maxlength="255"
value="{{old('content_title_en', @$selectedItem->content_title_en)}}"
class="form-control @if(@$errors) @error('content_title_en') is-invalid @enderror @endif"
aria-describedby="" placeholder="">
@if ($errors->has('content_title_en'))
{{ $errors->first('content_title_en') }}
@endif
@if ($errors->has('content_details_en'))
{{ $errors->first('content_details_en') }}
@endif
@if(@$selectedItem)
@if(@$selectedItem->id==3)
protected !=1) onchange="slugify(this.value,'slug')"
@endif required maxlength="255"
value="{{old('phone1', @$selectedItem->phone1)}}"
class="form-control @if(@$errors) @error('phone1') is-invalid @enderror @endif"
aria-describedby="" placeholder="">
@if ($errors->has('phone1'))
{{ $errors->first('phone1') }}
@endif
protected !=1) onchange="slugify(this.value,'slug')"
@endif required maxlength="255"
value="{{old('phone2', @$selectedItem->phone2)}}"
class="form-control @if(@$errors) @error('phone2') is-invalid @enderror @endif"
aria-describedby="" placeholder="">
@if ($errors->has('phone2'))
{{ $errors->first('phone2') }}
@endif
protected !=1) onchange="slugify(this.value,'slug')"
@endif required maxlength="255"
value="{{old('email1', @$selectedItem->email1)}}"
class="form-control @if(@$errors) @error('email1') is-invalid @enderror @endif"
aria-describedby="" placeholder="">
@if ($errors->has('email1'))
{{ $errors->first('email1') }}
@endif
protected !=1) onchange="slugify(this.value,'slug')"
@endif required maxlength="255"
value="{{old('email2', @$selectedItem->email2)}}"
class="form-control @if(@$errors) @error('email2') is-invalid @enderror @endif"
aria-describedby="" placeholder="">
@if ($errors->has('email2'))
{{ $errors->first('email2') }}
@endif
protected !=1) onchange="slugify(this.value,'slug')"
@endif required maxlength="255"
value="{{old('address', @$selectedItem->address)}}"
class="form-control @if(@$errors) @error('address') is-invalid @enderror @endif"
aria-describedby="" placeholder="">
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@endif
@endif