@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.depreciations')}} @parent @stop @section('header_right') {{ trans('general.create') }} @stop {{-- Page content --}} @section('content')
{{ trans('admin/depreciations/general.about_depreciations') }}