@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.depreciations')}} @parent @stop {{-- Page content --}} @section('content') @stop @section('moar_scripts') @include ('partials.bootstrap-table', ['exportFile' => 'depreciations-export', 'search' => true]) @stop