@extends('layouts/default') {{-- Page title --}} @section('title') @if ($depreciation->id) {{ trans('admin/depreciations/general.update_depreciation') }} @else {{ trans('admin/depreciations/general.create_depreciation') }} @endif @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{!! $errors->first('name', ' :message') !!}
{!! $errors->first('months', ' :message') !!}

{{ trans('admin/depreciations/general.about_asset_depreciations') }}

{{ trans('admin/depreciations/general.about_depreciations') }}

@stop