@extends('layouts.master') @section('content')
Distributor: {{$info->distributor_name}}
Order Booker: {{$info->order_booker_name}}
Month: {{$info->date}}
@foreach($secondarySale as $key=>$sale) @endforeach
S.no Date Booked Qty Executed QTY Action
{{$key + 1}} {{$sale->booking_date_formated}} {{$sale->booked}} {{$sale->executed}}
@endsection