@extends('petugas.layouts.layout_dashboard') @section("title") Tambah 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")
add

Tambah Pustaka Cetak

Jenis Koleksi

@foreach($jenis_koleksi as $key => $jk) {{$jk->jenis_koleksi}} @endforeach
@error('id_jk') {{ $message }} @enderror @if(!$jenis_koleksi_field)
Jenis Koleksi Pustaka Cetak belum dibuat!
@endif
{{ Form::open(['route' => ['petugas.pustaka_cetak.store'],'method'=>'POST','enctype'=>"multipart/form-data",'files'=>true]) }}
...
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.create.'.$jkf->field_asli) @endforeach @endif
@error('abstraksi') {{ $message }} @enderror

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