@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())
@foreach($errors->any() as $error)
- {{ $error }}
@endforeach
@endif
{{-- Proposal --}}
Template Proposal
@if($propUrl != '#')
template-proposal
Diunggah: {{ $propDate }}
@else
Belum ada template proposal yang diunggah.
@endif
Jadwal Penutupan Proposal
{{-- Laporan --}}
Template Laporan Akhir
@if($lapUrl != '#')
template-laporan
Diunggah: {{ $lapDate }}
@else
Belum ada template laporan yang diunggah.
@endif
Jadwal Penutupan Laporan
@endsection