@extends('layouts.app') @section('title', 'Eksplor Kelas | GrowUp') @section('cssExternal') @endsection @section('content')
Mau Belajar Apa Kamu Hari Ini... nerd.png

Siap ambil bagian dan bersaing di industri 4.0? Ayo belajar dan tingkatkan keterampilanmu bersama mentor berpengalaman GrowUp. Cari dan eksplor kelas kesukaanmu.

{{-- FORM SEARCH --}}
@csrf
{{-- CATEGORIES MENU --}}
@foreach ($categories as $category) {{ $category->title }} @endforeach
{{-- DATA ANALYST --}} @if ($dataanalyst->count() != 0) @endif {{-- GRAPHIC DESIGN --}} @if ($graphicdesign->count() != 0) @endif {{-- ACCOUNTING --}} @if ($accounting->count() != 0) @endif {{-- DATA SCIENCE --}} @if ($datascience->count() != 0) @endif {{-- UI UX DESIGN --}} @if ($uiuxdesign->count() != 0) @endif {{-- MOBILE DEVELOPMENT --}} @if ($mobiledevelopment->count() != 0) @endif {{-- WEB DEVELOPMENT --}} @if ($webdevelopment->count() != 0) @endif {{-- BUSINESS --}} @if ($business->count() != 0) @endif {{-- STATISTIC --}} @if ($statistic->count() != 0) @endif {{-- JAPANASE LANGUAGE --}} @if ($japaneselanguage->count() != 0) @endif {{-- CHINESE LANGUAGE --}} @if ($chineselanguage->count() != 0) @endif {{-- MATHEMATIC --}} @if ($mathematic->count() != 0) @endif
@endsection