@extends('layouts.app_rest') @section('content')
{!! Form::text('date_range', null, ['placeholder' => __('Select Date Range'), 'class' => 'form-control', 'id' => 'product_sr_date_filter', 'readonly']); !!}
Date Time Location Employee Customer Invoice No SKU Code Product Name Product Qty. Item Price Discount Sub Total
@endsection @section('javascript') @endsection