@extends('_layouts.default') @section('content') {{ link_to_route('home', Lang::get('messages.home')) }} {{ link_to_route('companies.index', Lang::choice('messages.company', 2)) }} {{ link_to('#', Lang::get('messages.new'), array('class' => 'current')) }}