I need to give selected value like this html:
Item 1
Try this
@foreach (\App\SystemCountry::orderBy('country')->get() as $country) country_code == "LKA") {{'selected="selected"'}} @endif > {{ $country->country }} @endforeach