@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 Reference No Invoice No Customer Payment Method Amount Balance Status
@endsection @section('javascript') @endsection