@extends('layouts.app') @section('title', "Materi") @section('titleHeader', "Detail Materi") @section('content')

Detail

@if ($materiDetail->type == "video")
@endif
@if ($materiDetail->type == "buku")
@endif
@endsection