@extends('user.layouts.v_template') @section('style') @endsection @section('content')

{{ $materi->judul }}

@if ($materi->pdf != null && $materi->video != null) @elseif($materi->pdf != null && $materi->video == null) @endif @if ($materi->video != null && $materi->pdf == null) @elseif($materi->video != null) @endif
← Kembali
Halaman 1 / 0
@php preg_match( '/(?:youtu\.be\/|youtube\.com\/watch\?v=)([^&\?\/]+)/', $materi->video, $matches ); $youtubeId = $matches[1] ?? null; @endphp
@endsection @section('script') @endsection