@extends('layouts.app')
@section('title', 'Tambah Barang - INUFA')
@section('header', 'Peralatan Audio Sound System')
@section('content')
Tambah Barang Baru
@if ($errors->any())
Input tidak valid!
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection