@section('header') @include('layouts.header') @show

Master Data Control panel

Input Barang

@if(session()->has('message'))
{{ session()->get('message') }}
@endif
{!! csrf_field() !!}
@section('footer') @include('layouts.footer') @show