@extends('master') @section('head') @include('script') @stop @section('body') Toggle navigation {!! HTML::nav_link('dashboard', 'dashboard') !!} {!! HTML::menu_link('client') !!} {!! HTML::menu_link('task') !!} {!! HTML::menu_link('invoice') !!} {!! HTML::menu_link('payment') !!} {!! HTML::menu_link('credit') !!} @if (Auth::check()) @if (!Auth::user()->registered) {!! Button::success(trans('texts.sign_up'))->withAttributes(array('id' => 'signUpButton', 'data-toggle'=>'modal', 'data-target'=>'#signUpModal'))->small() !!} @elseif (!Auth::user()->isPro()) {!! Button::success(trans('texts.go_pro'))->withAttributes(array('id' => 'proPlanButton', 'onclick' => 'showProPlan("")'))->small() !!} @endif @endif @if (Auth::user()->getPopOverText() && !Utils::isRegistered()) {{ trans('texts.sign_up') }} @endif @if (Auth::user()->getPopOverText()) @endif {{ Auth::user()->getDisplayName() }} {!! link_to('company/details', uctrans('texts.company_details')) !!} {!! link_to('company/payments', uctrans('texts.online_payments')) !!} {!! link_to('company/products', uctrans('texts.product_library')) !!} {!! link_to('company/notifications', uctrans('texts.notifications')) !!} {!! link_to('company/import_export', uctrans('texts.import_export')) !!} {!! uctrans('texts.advanced_settings') . Utils::getProLabel(ACCOUNT_ADVANCED_SETTINGS) !!} {!! link_to('#', trans('texts.logout'), array('onclick'=>'logout()')) !!} @if (Auth::user()->getPopOverText() && Utils::isRegistered()) {{ Auth::user()->getDisplayName() }} @endif @if (Session::get(SESSION_LOCALE) == 'en') {{ trans('texts.history') }} @else @endif @if (count(Session::get(RECENTLY_VIEWED)) == 0) {{ trans('texts.no_items') }} @else @foreach (Session::get(RECENTLY_VIEWED) as $link) {{ $link->name }} @endforeach @endif
{{ trans('texts.erase_data') }}
{{ trans('texts.white_label_text')}}