@extends('layouts.app') {{--Important Variables--}} @section('title') Sells Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') @php $common = App\Helpers\CommonHelper::class; @endphp

Sales Report

Search Criteria


{{ csrf_field() }}
@include("admin.components.input.date",[ "name" => "from", "label"=> "Sale Booking From", "id"=> "bs_datepicker_range_container", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-6 col-xs-6", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> "Sale Booking To", "id"=> "bs_datepicker_range_container1", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-6 col-xs-6", ])
@stop @push('include-css') @endpush @push('include-js') @endpush