I need to give selected value like this html:
Item 1
You can do it like this.
Select Item @foreach ($items as $item) id == $existingRecordId) ? 'selected' : '' }}> {{ $item->name }} @endforeach