{{ link_to_route('home', Lang::get('messages.home')) }} {{ link_to_route('companies.index', Lang::choice('messages.company', 2)) }} @if( Route::current()->getName() == 'companies.show' ) {{ link_to("#", $company->name, array('class' => 'current')) }} @elseif( Route::current()->getName() == 'companies.edit' ) {{ link_to_route('companies.show', $company->name, array()) }} {{ link_to("#", Lang::get('messages.company_data'), array('class' => 'current')) }} @endif