@extends('layouts.app') @section('title') Edit unit Size @stop @section('breadcrumb') @stop @section('content')

Edit Unit Size

Update the information

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