@extends('layouts.admin') @section('title', 'Template & Jadwal') @section('page-title', 'Pengaturan Template Dokumen & Jadwal') @section('content') @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif
{{-- Proposal --}}

Template Proposal

@if($propUrl != '#')

template-proposal

Diunggah: {{ $propDate }}
Lihat Template
@csrf @method('DELETE')
@else
Belum ada template proposal yang diunggah.
@endif
@csrf
*Hanya format file .pdf yang diperbolehkan agar bisa di-preview oleh mahasiswa.

Jadwal Penutupan Proposal

@csrf
{{-- Laporan --}}

Template Laporan Akhir

@if($lapUrl != '#')

template-laporan

Diunggah: {{ $lapDate }}
Lihat Template
@csrf @method('DELETE')
@else
Belum ada template laporan yang diunggah.
@endif
@csrf
*Hanya format file .pdf yang diperbolehkan agar bisa di-preview oleh mahasiswa.

Jadwal Penutupan Laporan

@csrf
@endsection