@extends('restaurant.pos.layout.master', ['hide_sidebar'=> true]) @section('custom_css') @endsection @section('content')
@include('v2.admin.global.date', [ 'name'=> 'date_from', 'id'=> 'date_from', 'cls'=> 'date-picker form-control-sm', 'serial'=> 1, 'value'=> date('d-m-Y'), 'binder'=> "odrFilterObj.date_from" ]) TO @include('v2.admin.global.date', [ 'name'=> 'date_to', 'id'=> 'date_to', 'cls'=> 'date-picker form-control-sm', 'serial'=> 2, 'value'=> date('d-m-Y'), 'binder'=> "odrFilterObj.date_to" ])