@extends('layouts.app') @section('content')
Tambah Barang Lama
{{ csrf_field() }}
@if ($errors->has('satuan_id')) {{ $errors->first('satuan_id') }} @endif
@endsection