@extends('template') @section('content') @push('swipper') {{-- swiper --}} {{-- --}} {{-- swiper --}} @endpush @push('calendar') {{-- fullcalendar --}} {{-- fullcalendar --}} {{-- script --}} @endpush @php use Carbon\Carbon; @endphp
@foreach($video_background as $item)
@endforeach
@foreach ($pengumuman as $item)
@if(isset($item->link_yt))
@php if ($item->link_yt != '') { $link = $item->link_yt; $video_id = explode("?v=", $link); $video_id = $video_id[1]; $id_yt = explode("&", $video_id); $id_yt = $id_yt[0]; } else { $data['id_yt'] = ""; } @endphp
@else @endif
@endforeach
{{--
--}}
@foreach ($banner as $item) ... @endforeach
{{-- --}} {{-- script --}} @endsection