@extends('layout') @section('content') @include('hero-banner-section', ['heroCourseData' => $heroCourseData = [ ['img' => asset('images/Smartphone.png'), 'link' => '#'], ['img' => asset('images/Smartphone.png'), 'link' => '#'], ['img' => asset('images/Smartphone.png'), 'link' => '#'], ]]) @include('course-section') @include('course-recommend-section') @if($showNewsSection && !empty($newsItems) && count($newsItems) > 0 ) @include('news-sections') @endif @if($showTrickSection && !empty($trickItems) && count($trickItems) > 0) @include('trick-trip-section') @endif @if($showArticleSection && !empty($articleItems) && count($articleItems) > 0) @include('article-section') @endif @if($showArticle2Section && !empty($articleItems2) && count($articleItems2) > 0) @include('article2-section') @endif {{-- @include('article-section',[ $articleItems = [ [ 'image' => '/images/article-1.png', 'title' => 'Topic : Adaptive test in Medical Education', 'description' => 'ลงทะเบียนเข้าร่วมได้ที่ QR Code', 'author' => 'นพ. อธิพงศ์ พัฒนเศรษพงษ์', 'date' => 'July 14, 2022', 'avatar' => '/images/avatar-1.png' ], [ 'image' => '/images/article-2.png', 'title' => 'Topic : An adventure from le..', 'description' => 'เรื่องเล่าจากศิริราชกับการพัฒนาแบ่งปันประสบการณ์การเปลี่ยนแปลงระบบตั..', 'author' => 'นพ. ยอดยิ่ง แดงประไพ', 'date' => 'July 14, 2022', 'avatar' => '/images/avatar-3.png' ], [ 'image' => '/images/article-3.png', 'title' => 'Topic : Career devolopment..', 'description' => 'ผู้ช่วยศาสตร์จารย์ นายแพทย์สุชิน รองคณบดีฝ่ายการจัดการทั่วไป มหาวิทยาลัยมหาสารคาม', 'author' => 'Prof.Thanakorn Jirasevijinda', 'date' => 'July 14, 2022', 'avatar' => '/images/avatar-2.png' ], [ 'image' => '/images/article-4.png', 'title' => 'Topic : Workshop Moodle V3.11', 'description' => 'สำหรับเจ้าหน้าที่', 'author' => 'แพทย์หญิง วิมล ทิมอรุณ', 'date' => 'July 14, 2022', 'avatar' => '/images/avatar-4.png' ] ] ]) --}} @include('video-section',[ $videosItemsData = [ ['title' => 'คณะแพทยศาสตรบัณฑิต', 'link' => '#'], ['title' => 'โรงเรียนพยาบาลรามาธิบดี', 'link' => '#'], ['title' => 'ฉุกเฉินการแพทย์', 'link' => '#'], ] ]) @include('contact-section') @include('instruction-section') @endsection