@auth @else @endauth @extends('layouts.frontendlayout') @section('content') @if(session('clear_local_storage')) @endif {{-- ============================================================ FONTS — via tag, never @import inside {{-- ============================================================ HEADER ============================================================ --}}
Course Registration
Globetek University  ·  {{ now()->format('F Y') }}
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}
{{-- ============================================================ STEP PROGRESS BAR ============================================================ --}}
Browse
2
Select & Add
3
Review
4
Confirm
{{-- ============================================================ MAIN WRAP ============================================================ --}}
{{-- ══════════════════════════════════════ LEFT / TOP — COURSE BUILDER ══════════════════════════════════════ --}}
{{-- Offline retrieve banner --}} {{-- Course selector card --}}
📚
Select a Course
Browse by Faculty › Department › Course
{{-- Live filter --}}
🔍
{{-- Course info preview --}}
Credits:
Fee/Credit:
Course Cost:
{{-- Section selector card --}}
📋
Choose a Section
Select a class section for the chosen course
Select a course above to see available sections.
{{-- Hidden select for form submission --}}
{{-- Add to basket button --}}
{{-- end builder-col --}} {{-- ══════════════════════════════════════ RIGHT / BOTTOM — BASKET + TUITION ══════════════════════════════════════ --}}
{{-- Tuition summary card --}}
Estimated Tuition Total
$0.00
Based on selected courses · subject to confirmation

Courses selected 0
Total credit hours 0
{{-- Registration basket card --}}
🛒
Registration Basket
Courses queued for registration
🛒

Your basket is empty.
Add courses from the left panel.

{{-- Registration form (hidden inputs + submit) --}}
@csrf
{{-- end basket-col --}}
{{-- end reg-wrap --}} {{-- Toast container --}}
{{-- ============================================================ SCRIPTS ============================================================ --}} @endsection