@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')
{{ trans('admin/depreciations/general.about_depreciations') }}