diff --git a/resources/views/pages/bookmarks.blade.php b/resources/views/pages/bookmarks.blade.php index 331d9fb..16d07cc 100644 --- a/resources/views/pages/bookmarks.blade.php +++ b/resources/views/pages/bookmarks.blade.php @@ -1,13 +1,27 @@ -get('bookmarks'); ?> @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) -