@extends('layouts.web') @section('title') Kirim Tugas @endsection @section('breadcrumb') @endsection @section('content')

Materi

{{ $tugas->matapelajaran->nama }}

Pertanyaan

{!! $tugas->konten !!}
@csrf
@endsection