@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 Invoice No Biller Type Customer Product Qty. Total Amount Paid Amount Due Amount Payment Status
@endsection @section('javascript') @endsection