@extends('layout.master') @section('parentPageTitle', 'Proposal') @section('title', 'Pengajuan Proposal') @section('content')
Buat Pengajuan Proposal
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif {{-- @if(!$isWaktuPenyerahanProposal)
Mohon maaf saat ini bukan masa penyerahan proposal
Batas waktu penyerahan proposal adalah dari tanggal {{$hibah->start_penyerahan_proposal}} sd {{$hibah->end_penyerahan_proposal}}
@else @if($sudahdaftar)
Proposal anda sudah terdaftar dengan status Draf atau Menunggu Persetujuan
Jika dalam status Draf, anda masih dapat mengubah proposal anda
@else --}}
@if($ispengmas == 1)
@else
@endif
NIDN Nama Universitas Action
@if($ispengmas == 1)
NIP Nama Action
{{--
NIM Nama Action
--}} @else
NIM Nama Mahasiswa Action
@endif
  • Format file untuk diunggah adalah ekstensi *.docx

  • Ukuran maksimal file adalah 2MB

@if($ispengmas == 1)
@endif
{{-- @endif @endif --}}
@stop @section('page-styles') @stop @section('page-script') @stop