{{-- Name: company.index.blade Author: JH2 Created: 2015-06-02 Description: This blade is used to list all Models\Company instances --}} @extends('app') @section('_pageTitle', Lang::get('company.index.pageTitle')) @section('main-left') @include('company.partials.list', [ 'content_id' => 'company_325325', 'header_title' => Lang::get('company.list'), 'data' => $companies, 'paginate' => true, 'filter' => true ]) @stop @section('main-right') {{-- @include('partials.stats', [ 'content_id' => 'company_summary_325651', 'header_title' => Lang::get('company.globalstats'), ]) --}} @stop