@extends('layouts.app') @section('title') Add New Unit Category @stop @section('breadcrumb') @stop @section('content')

Add New Unit Type


{{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