@extends('titan::layouts.admin') @section('content') @if(config('app.is_preview'))
  • CHANGELOGWEBSITE HOME
  • uBlock Origin browser extension block the '/api/analtyics' ajax to get the google analytics
  • Personal Packages Included

  • File Generators. Laravel 5 File Generators with config and publishable stubs
  • Notify. Laravel 5 Flash Notifications with icons and animations and with a timeout
  • Alert. A helper package to flash a bootstrap alert to the browser via a Facade or a helper function.
  • Impersonate User. This allows you to authenticate as any of your customers.
  • Sluggable. Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.

    Highlited Features

  • Impersonation. Go here and click on the 'impersonate user' action
  • Latest Activity Notification. Get notified when activity is happening, also in header icons above.
  • Roles. Roles are linked to users and navigation, can only see selected navigation for role.
  • Basic CRUD. Banners, Tags, Testimonials, Changelog, Subscription Plan, Locations
  • Page Builder. Mange the website's pages and their content.
  • Google Analytics. Many Google Analytics Reports
  • FAQ. Manage FAQ and display on website
  • Blog. Categories and Articles
@endif @include('titan::admin.analytics.partials.analytics_header')
@include('titan::admin.analytics.partials.visitors_views')
{{-- locations + most visited pages --}}
@include('titan::admin.analytics.partials.visited_pages')
@include('titan::admin.analytics.partials.locations')
@include('titan::admin.analytics.partials.devices')
@include('titan::admin.analytics.partials.browsers')
@endsection