@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() }} {{__('lang.select_project')}} @foreach( App\Models\Branch::all() as $branch ) {{ $branch->name }} @endforeach {{__('lang.project')}} {{__('lang.select_customer_name')}} @foreach( App\Models\Customer::all() as $customer ) {{ $customer->name }} @endforeach {{__('lang.customer_name')}} {{__('lang.select')}} {{__('lang.registration_no')}} {{__('lang.registration_no')}} phone)) value="{{ $infos['sells']['customer']->phone }}" @endif> {{__('lang.customer_mobile')}} product_unique_id)) value="{{ $infos['sells']['product']->product_unique_id }}" @endif> {{__('lang.unit_no')}} nid)) value="{{ $infos['sells']['customer']->nid }}" @endif> {{__('lang.customer_nic')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush