@extends('layouts.master') @section('page_title', 'Custom Reports') @section('content')
{{ Form::page_header("Custom Reports", "tools") }}
@include('search._grid_search_filters', ['col_width' => 3, 'filters' => [ ['name' => 'date_filter', 'col_width' => 12, 'date_filter' => true, 'placeholder' => 'Reports Starting After'], ]]) @include('search._complex_search', ['col_width' => 9]) @include('search._complex_search_parameter', ['sort_column' => 'report_title'])
@include('search._search_grid_wrapper', compact('column_set'))
@endsection @section('page_script') @include('shared_script._search_script_render', ['date_filter_column_name' => 'report_period_start']) @include('shared_script._dynamic_search_columns') {{ Html::script('/js/moment.min.js') }} {{ Html::script('/js/daterangepicker.js') }} @endsection @section('page_style') {!! HTML::style('/css/daterangepicker.css') !!} {!! HTML::style('/css/daterangepicker_custom.css') !!} @endsection