@extends('frontends.layouts.default') @include('frontends.includes.nav') @include('frontends.includes.slide') @section('content') @php $datas = [ 1 => [ 'embed' => 'VT7d2aU8PIY', 'title' => 'x digital', 'client' => 'x digital', 'modal' => 'open', 'images' => 4 ], 2 => [ 'client' => 'Toyota Motor Thailand', 'title' => 'Toyota Camry “The All-New Camry…Soul Striking Luxury”', 'agency' => 'dentsu MCGARRYBOWEN.', 'modal' => 'open', 'images' => 4 ], 3 => [ 'title' => 'dtac E-AGM 2020', 'client' => 'dtac', 'modal' => 'open', 'images' => 4 ], 4 => [ 'embed' => 'Y4rUbOw5CCk', 'title' => 'dtac Accelerate Batch 7 - Booth at Techsauce Global Summit 2019', 'client' => 'dtac Accelerate', 'modal' => 'open', 'images' => 4 ], // 5 => [ // 'embed' => '', // 'title' => 'เพ่ือนพ่ึง(ภาฯ)ประจาปี2563-25ปีแห่งการแบ่งปันพอเพียงย่งัยนื', // 'client' => 'KEEN ORGANIZER', // // 'modal' => 'open', // 'images' => 4 // ], 6 => [ 'embed' => 'XH6fbuWsfxE', 'title' => 'SCB M, Call it eMperience Launch', 'client' => 'SCB – ธนาคารไทยพาณิชย์', 'modal' => 'open', 'images' => 4 ], 7 => [ 'embed' => 'Rngj16vUCFQ', 'title' => 'X-Gen Event Organizer', 'client' => 'X-Gen Event Organizer', 'modal' => 'open', 'images' => 4 ], 8 => [ 'title' => 'LINE SCALEUP 2019 Press Conference', 'client' => 'LINE Thailand', 'modal' => 'open', 'images' => 4 ], 9 => [ 'title' => 'dtac LIVE สุดยอดเบอร์มงคล กับ อ. ช้าง ทศพร ศรีตุลา', 'client' => 'dtac', 'modal' => 'open', 'images' => 3 ], 10 => [ 'title' => 'Caltex วังพญาไท = Caltex ExclusiveTrip2020 Once In A Life Time In Bangkok', 'client' => 'Client : Chevron Thailand (Caltex)', 'modal' => 'open', 'images' => 4 ], 11 => [ 'embed' => 'Bet5WdE5vz8', 'title' => 'Easy Van. SCB', 'client' => 'SCB – ธนาคารไทยพาณิชย์', 'modal' => 'open', 'images' => 4 ], // 12 => [ // 'title' => 'Nation Science and Technology Fair 2020 360 LIVE Streaming', // 'client' => 'Pico (Thailand) Public Company Limited', // // 'modal' => 'open', // 'images' => 4 // ], 13 => [ 'title' => 'TMB | Thanachart MLF Management Outing & Workshop 2021', 'client' => 'TMB | Thanachart', 'modal' => 'open', 'images' => 4 ], 14 => [ 'title' => 'Krungthai Strategy Day 2019', 'client' => 'Krunthai Bank PCL – ธนาคารกรุงไทย', 'modal' => 'open', 'images' => 4 ], 15 => [ 'title' => 'Toyota GR Supra “The Legend returns From Circuit To Roa"', 'client' => 'Toyota Motor Thailand', 'agency' => 'dentsu MCGARRYBOWEN', 'modal' => 'open', 'images' => 4 ], // 16 => [ // 'title' => 'SCB FAMILY DAY 2019', // 'client' => 'SCB', // 'modal' => 'open', // 'images' => 4 // ], 17 => [ 'embed' => '07Cn3CD6NKg', 'title' => 'dtac Accelerate Batch 6 – Booth at Techsauce Global Summit 2018', 'client' => 'dtac Accelerate', 'modal' => 'open', 'images' => 4 ], 18 => [ 'title' => 'Lexus Urban Run 2020', 'client' => 'Toyota Motor Thailand', 'agency' => 'dentsu MCGARRYBOWEN.', 'modal' => 'open', 'images' => 4 ], 19 => [ 'title' => 'Business Innovation & Agility Workshop ONLINE', 'client' => 'Tourism Authority of Thailand – ททท.', 'modal' => 'open', 'images' => 3 ], 20 => [ 'title' => 'dtac Booth @ NBTC Expo Thailand 2016 ,The Future Trend in Digital World', 'client' => 'dtac', 'modal' => 'open', 'images' => 3 ], 21 => [ 'title' => 'dtac Staff Party 2019', 'client' => 'dtac', 'modal' => 'open', 'images' => 4 ], 22 => [ 'title' => 'Toyota Olympic Day Run 2019', 'client' => 'Toyota Motor Thailand', 'agency' => 'dentsu MCGARRYBOWEN.', 'modal' => 'open', 'images' => 4 ], 23 => [ 'title' => 'World Music Streaming Day by dtac MUSIC INFINITE Application', 'client' => 'dtac', 'modal' => 'open', 'images' => 4 ], 24 => [ 'embed' => '07Cn3CD6NKg', 'title' => 'dtac Hackathon “Unleash Giant in You"', 'client' => 'dtac', 'modal' => 'open', 'images' => 4 ], 25 => [ 'embed' => '', 'title' => 'SCB', 'client' => 'SCB', 'modal' => 'open', 'images' => 4 ], 26 => [ 'embed' => '', 'title' => 'Krungthai', 'client' => 'Krungthai', 'modal' => 'open', 'images' => 4 ], ]; @endphp
@foreach ($datas as $dataKey => $dataValues)
@if (in_array($dataKey, [1,4,5,6,7,11,17,24])) @else @endif @if ($dataValues['modal'] == 'open') @endif
@endforeach
@endsection @push('scripts') @endpush