@extends('petugas.layouts.layout_dashboard') @section("title") Konfigurasi Inventaris @endsection @section("breadcrumb") @endsection @section('footer-scripts') @include('petugas.components.notification') @endsection @section("content")
settings

Inventaris Pustaka Cetak


{{ Form::open(['route' => ['petugas.konfigurasi_pustaka.update_cetak'],'method'=>'PUT','enctype'=>"multipart/form-data",'files'=>true]) }}
@if($vkey == '69691c7bdcc3ce6d5d8a1361f22d04ac') @else @endif
@error('perolehan_inventaris') {{ $message }} @enderror

@error('c') {{ $message }} @enderror

{{ Form::close() }}
settings

Inventaris Pustaka Digital


{{ Form::open(['route' => ['petugas.konfigurasi_pustaka.update_digital'],'method'=>'PUT','enctype'=>"multipart/form-data",'files'=>true]) }}
@error('perolehan_inventaris') {{ $message }} @enderror

@error('c') {{ $message }} @enderror

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