@extends('layout.app') @section('_style') @endsection @section('content')

{{$title}}


{!! Form::open(array('url' => url()->current(), 'method' => 'get','class'=>'row', 'id'=> 'gridForm','role'=>'form')) !!}
{{ Form::close() }}
@include('chart_revenue.ajax')
@endsection