@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('general.depreciation') }}: {{ $depreciation->name }} ({{ trans_choice('general.months_plural', $depreciation->months) }})
@parent
@stop
@section('header_right')
@endsection
{{-- Page content --}}
@section('content')
@can('view', \App\Models\AssetModel::class)
@endcan
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table')
@stop