@extends('layouts.backend') @section('extraCss') @section('mainContentArea')

Customer Buying Details Back

Telephone :{{ $telephone }}
@if($Max_price > 0 && $Min_price > 0 && $Min_qty > 0 ) @else @endif
Range Frequency Type Timing Discount

Max-price ={{ $Max_price }}

Min-price={{ $Min_price }}

Max-qty ={{ $Max_qty }}

Min-qty={{ $Min_qty }}

@foreach($orders as $order)
{{ $order->bill_date }}
@foreach($bill_infos as $bill_info)
article color size Hsn Mrp
{{ $bill_info->article }} {{ $bill_info->color }} {{ $bill_info->size }} {{ $bill_info->hsn }} {{ $bill_info->basemrp }}
@endforeach
@endforeach
{{-- $subsection --}} @foreach($subsection as $key => $s) @if(!empty($key))

{{ $key }}( {{ $s }} )

@endif @endforeach

{{ $time }}

{{ $Total_discount }}

No Record Found

@endsection