@extends('layout.master') @section('parentPageTitle', 'Hibah') @section('title', 'Ubah Pengajuan Insentif HKI') @section('content')
Ubah Pengajuan Insentif HKI
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
@if(count($memberHKI) == 0) @else @foreach($memberHKI as $key=>$value) @if($key > 0) @else @endif @endforeach @endif
Nama Alamat dan Kode Pos No HP Action
@if($data->berkas_ktp_npwp != null)
@endif
  • Format file untuk diunggah adalah ekstensi *.jpg, *.jpeg, *.png, *.pdf

  • Ukuran maksimal file adalah 2MB

@if($data->surat_pengalihan_hak_pemohon != null)
@endif
  • Format file untuk diunggah adalah ekstensi *.jpg, *.jpeg, *.png, *.pdf

  • Ukuran maksimal file adalah 2MB

@if($data->surat_pernyataan_pihak_umj != null)
@endif
  • Format file untuk diunggah adalah ekstensi *.jpg, *.jpeg, *.png, *.pdf

  • Ukuran maksimal file adalah 2MB

@if($data->surat_pernyataan_pihak_umj != null)
@endif
  • Format file untuk diunggah adalah ekstensi *.jpg, *.jpeg, *.png, *.pdf

  • Ukuran maksimal file adalah 2MB

@if($data->bukti_transfer != null)
@endif
  • Format file untuk diunggah adalah ekstensi *.jpg, *.jpeg, *.png, *.pdf

  • Ukuran maksimal file adalah 2MB

@stop @section('page-styles') @stop @section('page-script') @stop