@yield('stylesheets') @if(Settings::setting('chatEnabled')) {{ View::make('chat') }} @endif

Loading...

What are you looking for, {{ Auth::user()->firstname }}?


It really is Search Anything

You can search with:



Customer Name Supplier Address CIF Number Supplier Contact Telephone Number Product Category Product Price Invoice Total Customer IBAN Supplier Name Initials Fax Customer Email
Loading...
@if(Settings::setting('chatEnabled'))
@endif
βeta {{ Settings::setting('app_name') }} @if(Request::secure()) Secure connection @endif
Good @if(date('G') < 12) morning @elseif(date('G') >= 12 && date('G') < 19) afternoon @elseif(date('G') < 23) evening @else night @endif {{ Auth::user()->firstname }}!
    {{--
  • 7
  • --}}
  • What's new?
    @foreach(Changelog::orderBy('id', 'DESC')->take(10)->get() as $item) @endforeach
    @if ($item->type == 'feature') @elseif ($item->type == 'bug') @elseif ($item->type == 'speed-improvement') @elseif ($item->type == 'visual-update') @endif {{ $item->title }} ({{ $item->getType() }})
    Added on {{ CommonFunctions::formatDate($item->createdOn) }}

    {{ $item->description }}

    @if ($item->image != null)
    @endif
  • {{ Auth::user()->getActiveReminderCount() }}
@yield('page_header')
@yield('content')
@yield('modals')
@yield('scripts')