{{ link_to_route('home', Lang::get('messages.home')) }} {{ link_to_route('contacts.index', Lang::choice('messages.contact', 2)) }} @if ( Route::current()->getName() == 'contacts.create' ) {{ link_to('#', Lang::get('messages.new'), array('class' => 'current')) }} @else @if(isset($contact->company->name)) {{ link_to_route('companies.show', $contact->company->name, $contact->company->id) }} @endif {{ link_to("#", $contact->name, array('class' => 'current')) }} @endif