@extends('admin.layouts.main') @section('title') Dashboard @endsection @section('content')
@include("admin.common.sidebar")
date_range
date_range
@if(Request::get('start_date')) Clear @endif
@endsection @push('pageJs') @endpush