@extends('panel.layouts.superadmin.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Page Tracking @stop @section('content')

Page Tracking

{{Form::text( 'start_date', $start_date, [ "class" => "form-control", "id" => 'start_date' ]) }}
{{Form::text( 'end_date', $start_date, [ "class" => "form-control", "id" => 'end_date' ]) }}
{{ Form::select('pages', $pages,'',["class"=>'form-control filter select2', 'id' => 'pages']) }}
Id Name Account Date
@stop @section('custom-scripts') @stop