@extends('layouts.default') @section('title', 'bookmarks') @section('description', 'This is the personal homepage of floppydisk.') @section('content') @php $categories = DB::select(' SELECT id, name FROM bookmark__categories ORDER BY priority ASC '); @endphp @foreach ($categories as $category)