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

Edit Unit Category

Update the information

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