@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($ispengmas == 1)
@else
@endif @if($ispengmas == 1)
@if(count($tendiks) == 0) @else @foreach($tendiks as $key=>$value) @endforeach @endif
NIP Nama Action
@if($key > 0) @else @endif
{{--
@if(count($mhs) == 0) @else @foreach($mhs as $key=>$value) @endforeach @endif
NIM Nama Action
@if($key > 0) @else @endif
--}} @else
@if(count($mhs) == 0) @else @foreach($mhs as $key=>$value) @endforeach @endif
NIM Nama Mahasiswa Action
@if($key > 0) @else @endif
@endif
@if(count($dsnl) == 0) @else @foreach($dsnl as $key=>$value) @endforeach @endif
NIDN Nama Universitas Action
@if($key > 0) @else @endif
@if($proposal['proposal_file'] != null) @endif
  • Format file untuk diunggah adalah ekstensi *.docx

  • Ukuran maksimal file adalah 10MB

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