@extends('layoutstudent.layouts') @section('title', 'Teacher Preview') @section('content')
@if ($teacher->hero_image) Hero @else
ขนาดแนะนำ 1900x750 px
@endif
"About Me"

{!! $teacher->description !!}

@if ($teacher->video_url)
@else
- ไม่มีวิดีโอ -
@endif

"Recommended Courses You Can't Miss!"

New Skills with Experts

@if (!empty($recommendedCourse))
Recommended

{{ $recommendedCourse->name }}

{{ $recommendedCourse->description ?? '—' }}

Register Now
Dr. {{ $recommendedCourse->teacher_name ?? '-' }}
@else
ไม่มีคอร์สที่แสดง
@endif

"Course Ranking"

"What would you like to study"

@foreach($categories as $category) @php $iconMap = [ 'Trending' => 'fas fa-fire', 'UXUI Designer' => 'fas fa-pencil-ruler', 'Marketing' => 'fas fa-bullhorn', 'SEO' => 'fas fa-chart-line', 'Programmer' => 'fas fa-code', 'Data' => 'fas fa-database', 'Business' => 'fas fa-briefcase', ]; $icon = $iconMap[$category->name] ?? 'fas fa-book'; @endphp {{ $category->name }} @endforeach
@if($coursesToshow)
@endif
@endsection