@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.companies') }} @parent @stop @section('header_right') {{ trans('general.create') }} @stop {{-- Page content --}} @section('content')

About Companies

You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.

@stop @section('moar_scripts') @include ('partials.bootstrap-table', [ 'exportFile' => 'companies-export', 'search' => true, 'columns' => \App\Presenters\CompanyPresenter::dataTableLayout() ]) @stop