8+

Năm kinh nghiệm và phát triển

100%

Giảng viên có chứng chỉ quốc tế

1000+

Học viên tin tưởng

100%

Đạt mục tiêu đề ra

Giới thiệu về {{ App\Helpers\SettingHelper::get('center_name', 'Trung tâm đào tạo') }}

{!! App\Helpers\SettingHelper::get('description', 'Chưa cập nhật') !!}
@if (App\Helpers\SettingHelper::get('youtube_embed'))
@endif
{{-- @php $feedbacks = json_decode(App\Helpers\SettingHelper::get('feedback', '[]'), true); if (!is_array($feedbacks)) { $feedbacks = []; } @endphp @if ($feedbacks)

Học viên nói gì về chúng tôi

@endif --}} @if ($courses->count() > 0)

Khóa học mới nhất

@foreach ($courses->take(6) as $course)
{{ $course->title }} {{ $course->category->name }}
{{ $course->title }}

{{ Str::limit($course->short_description ?? $course->description, 100) }}

@endforeach
@if ($courses->count() > 6) @endif
@endif @if ($news->count() > 0)

Tin tức mới nhất

@foreach ($news as $item)
{{ $item->title }} {{ $item->news_category->name }}
{{ $item->published_at?->format('d/m/Y') }}
{{ $item->title }}

{{ Str::limit(strip_tags($item->summary ?? $item->content), 100) }}

{{ $item->view_count }} lượt xem Xem thêm →
@endforeach
@if ($news->count() > 3) @endif
@endif