@extends('layouts.app') @section('title') Update Asset Type @stop @section('breadcrumb') @stop @section('content')

Update 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