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