Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 72502

Is there any php laravel developer to sort out select option auto selected on edit blade

$
0
0

I have to select auto option on edit blade which is getting data from table its not selecting the auto option on edit kindly help me with this code of edit blade is given below.

<label>Select Category</label>
                <select name="category" class="form-control" selected="{{ $header->category }}">
                  <option value="logo-design">logo-design</option>
                  <option value="website-development">website-development</option>
                  <option value="app-development">app-development</option>
                  <option value="search-engine-optimization">search-engine-optimization</option>
                  <option value="digital-marketing">digital-marketing</option>
                  <option value="cloud-hosting">cloud-hosting</option>
                </select>

Viewing all articles
Browse latest Browse all 72502

Trending Articles