@extends('layout.master') @section('parentPageTitle', 'Proposal') @section('title', 'Pengajuan Proposal') @section('content')
Buat Pengajuan Proposal Kolaborasi Peneltian Internasional
@csrf @if (Session::has('alert'))
   {{ Session::get('alert') }}
@endif
NIDN Nama Universitas Action
@if ($ispengmas == 1)
NIP Nama Action
@else
NIM Nama Mahasiswa Action
@endif
  • Format file untuk diunggah adalah ekstensi *.docx

  • Ukuran maksimal file adalah 5MB

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