I need to give selected value like this html:
Item 1
@foreach ($categories as $category) postRelateToCategory as $Postcategory) @if ($Postcategory->id == $category->id) {{'selected="selected"'}} @endif @endforeach > {{ $category->category_name }} @endforeach