@extends('_layouts.default') @section('content') {{ link_to_route('companies.create', Lang::get('messages.company_new'), array(), array('class' => 'button')) }}

{{ Lang::get('messages_company_contacted') }}

@if(count($companies)) {{ $companies->links() }} @else

You have no companies yet

@endif @stop