@php
$categories = DB::connection('flask_mysql')
->table('scraped_article')
->selectRaw('MIN(id) as id, category')
->groupBy('category')
->orderBy('category', 'asc')
->get();
@endphp
-
-
Home
@foreach ($categories as $category)
-
{{ $category->category }}
@endforeach
-
Latest News
{{-- Interviews --}}
-
Interviews
{{-- Articles --}}
-
Insights
-
Podcasts
-
Events
-
Startups
-
Gadgets
-
App Decode
{{-- Contact --}}
{{-- -
--}}
{{-- Dark Mode --}}
{{-- -
--}}