@extends('petugas.layouts.layout_dashboard') @section("title") Edit Pustaka Cetak @endsection @section("breadcrumb") @endsection @section('header-scripts') @endsection @section('footer-scripts') @include('petugas.components.notification') {{-- This Documentation on jQuery-ui https://api.jqueryui.com/autocomplete/ --}} @endsection @section("content")
edit

Edit Pustaka Cetak

{{ Form::open([ 'route' => ['petugas.pustaka_cetak.update', $pustaka_cetak->id], 'method'=>'PUT', 'enctype'=>"multipart/form-data", 'files'=>true ]) }}

Jenis Koleksi

@error('id_jk') {{ $message }} @enderror @if(!$jenis_koleksi_field)
Jenis Koleksi Pustaka Cetak Error!
@endif
Pilih File Pilih File
Remove
@error('gambar') {{ $message }} @enderror
@if($jenis_koleksi_field) @foreach($jenis_koleksi_field as $jkf) @include('petugas.pengolahan.pustaka_cetak.form_field.edit.'.$jkf->field_asli) @endforeach @endif
@if (!empty($abstraksi)) @else @endif @error('abstraksi') {{ $message }} @enderror

{{ Form::close() }}
@endsection