• {{ link_to_route('home', 'Reklámpark CRM') }}

  • {{{ Lang::get('messages.menu') }}}
    @if( Auth::check() )
  • {{{ Lang::get('messages.welcome') }}} {{{ Auth::user()->first_name }}}
    • {{ link_to_route('users.edit', 'Adataim szerkesztése', Auth::id()) }}
    • {{ link_to_route('logout', 'Kijelentkezés') }}
  • @endif
    @if( Auth::check() )
  • {{{ Lang::get('messages.new') }}}
    • {{ link_to_route('companies.create', Lang::choice('messages.company', 1)) }}
    • {{ link_to_route('contacts.create', Lang::choice('messages.contact', 1)) }}
    • {{ link_to_route('addresses.create', Lang::choice('messages.address', 1)) }}
  • {{{ Lang::get('messages.listing') }}}
    • {{ link_to_route('companies.index', Lang::choice('messages.company', 2)) }}
    • {{ link_to_route('contacts.index', Lang::choice('messages.contact', 2)) }}
  • @endif