@extends('layouts.web') @section('title') {{ $topik->nama }} @endsection @section('breadcrumb') @endsection @section('content')
Download Materi {!! $topik->konten !!}
@endsection