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