@extends('admin.layout.master') @section('title','MARKET STATISTICS') @section('custom_style') @endsection @section ('content')

Sales Statistics Report

 
@if(marketing_customer() && marketing_customer()->level==4)
@else @endif
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}
@include('admin.global.loader')
@endsection @section('script') @stop