@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.depreciation') }}: {{ $depreciation->name }} ({{ $depreciation->months }} {{ trans('general.months') }}) @parent @stop @section('header_right')
{{ trans('button.actions') }}
{{ trans('general.update') }}
{{ trans('general.create') }}
@stop {{-- Page content --}} @section('content')
{{ trans('general.assets') }}
{{ trans('general.licenses') }}
{{ trans('general.asset_models') }}
{{ Form::open( [ 'method' => 'POST', 'route' => ['models.bulkedit.index'], 'class' => 'form-inline', 'id' => 'bulkForm'] ) }}
{{ trans('general.bulk_actions') }}
{{ trans('general.bulk_edit') }}
{{ trans('general.bulk_delete') }}
{{ trans('button.go') }}
{{ Form::close() }}
@stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop