@extends('layouts.app') @section('pagetitle') @stop @section('title')

เพิ่มข้อมูลคลังสินค้า จัดการข้อมูลคลังสินค้า

@stop @section('content')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@stop