@extends('adminlte::page') @section('title_postfix', ' - Analitika') @section('content')

Odaberite razdoblje

{!! BootForm::vertical([ 'model' => null, 'url' => route('analytics.index'), 'autocomplete' => 'off' ]) !!}
do
{!! BootForm::submit( trans('common.submit'), array('class' => 'btn btn-primary')) !!}
{!! BootForm::close() !!}

Stranice

Preglednici

Posjetitelji

@stop @section('css') @stop @section('js') @stop