@extends('layouts.app') @section('title') Add Asset type @stop @section('breadcrumb') @stop @section('content')

Add Asset Type

{{csrf_field()}}
* @if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('depreciation_policy')) {{ $errors->first('depreciation_policy') }} @endif
%
@if ($errors->has('depreciation_rate')) {{ $errors->first('depreciation_rate') }} @endif
@stop @section('js') @stop