@extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.sales_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{__('lang.customer_wise_sales_report')}}

{{__('lang.search_criteria')}}


{{ csrf_field() }}
phone)) value="{{ $infos['sells']['customer']->phone }}" @endif>
product_unique_id)) value="{{ $infos['sells']['product']->product_unique_id }}" @endif>
nid)) value="{{ $infos['sells']['customer']->nid }}" @endif>
@stop @push('include-css') @endpush @push('include-js') @endpush