@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.depreciation') }} : {{ $depreciation->name }} @parent @stop @section('header_right') {{ trans('admin/depreciations/table.update') }} @stop {{-- Page content --}} @section('content')
@stop @section('moar_scripts') @include ('partials.bootstrap-table', [ 'exportFile' => 'assets-export', 'search' => true, 'columns' => \App\Presenters\AssetPresenter::dataTableLayout() ]) @stop