@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_asset_depreciations') }}

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

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