@extends('petugas.layouts.layout_dashboard') @section("title") Tambah @endsection @section("breadcrumb") @endsection @section("content")
add

Tambah Perolehan Inventaris Pustaka

{{ Form::open(['route' => 'petugas.perolehan_inventaris_pustaka.store','enctype'=>"multipart/form-data"]) }}
{{ Form::text('kode_perolehan', null, [ 'id'=>"kode_perolehan" , 'class' => 'form-control', 'placeholder' => '...' ]) }} @error('kode_perolehan') {{ $message }} @enderror
{{ Form::text('perolehan', null, [ 'id'=>"perolehan" , 'class' => 'form-control', 'placeholder' => '...' ]) }} @error('perolehan') {{ $message }} @enderror

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