@extends('_layouts.default') @section('content')

{{{ Lang::get('messages.note_about') }}} {{ link_to_route('companies.show', $note->company->name, $note->company->id) }}

{{{ $note->note }}}

@stop