@extends('layout.master') @section('parentPageTitle', 'HKI') @section('title', 'Tambah HKI Eksternal') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif @if($role_id != 4)
@endif
  • Format file untuk diunggah adalah ekstensi PDF

  • Ukuran maksimal file adalah 5 MB

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