@extends('layout.master') @section('parentPageTitle', 'Hibah') @section('title', 'Pengajuan Insentif Pengelola Jurnal') @section('content')
Ubah Pengajuan Insentif Pengelola Jurnal
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
@if($data->bukti_terbitan != null)
@endif
  • Format file untuk diunggah adalah ekstensi *.jpg, *.jpeg, *.png, *.pdf

  • Ukuran maksimal file adalah 2MB

status_pengajuan == 'Draf' ? 'checked' : ''}}>
status_pengajuan == 'Menunggu Persetujuan' ? 'checked' : ''}}>
@stop @section('page-styles') @stop @section('page-script') @stop