@extends('layouts.app') @section('title') Update Item Unit @stop @section('breadcrumb') @stop @section('content')

Update Item Unit

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