@extends('layouts/default') {{-- Page title --}} @section('title') Asset Depreciations @parent @stop @section('header_right') {{ trans('general.create') }} @stop {{-- Page content --}} @section('content')
{{ trans('general.id') }} {{ trans('admin/depreciations/table.title') }} {{ trans('admin/depreciations/table.term') }} {{ trans('table.actions') }}

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

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

@stop @section('moar_scripts') @include ('partials.bootstrap-table', ['exportFile' => 'depreciations-export', 'search' => true]) @stop