@extends('layout.master') @section('parentPageTitle', 'HKI') @section('title', 'Edit HKI') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif @if($role_id != 4)
@endif
status_hki == "Terdaftar") ? "checked" : "" }}>
status_hki == "Granted") ? "checked" : "" }}>
@if($hki->file_hki != null)
@endif
  • Format file untuk diunggah adalah ekstensi PDF

  • Ukuran maksimal file adalah 5 MB

hki_id }}> source_data }}> status_hki }}>
@stop @section('page-styles') @stop @section('page-script') @stop