@extends('layouts.app') @section('content')

Edit Tugas

@csrf @method('PUT') {{-- ERROR --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif {{-- JUDUL --}}
{{-- KELAS --}}
{{-- DESKRIPSI --}}
{{-- FILE LAMA --}}

@if($tugas->file) Lihat / Download File @else Tidak ada file @endif
{{-- GANTI FILE --}}
{{-- DEADLINE (DATETIME) --}}
{{-- BUTTON --}} Kembali
@endsection