{{ config('settings.company_name')}}
{{ config('settings.address_1') }}
{{$heading}}
@if($search_by['from'] && $search_by['to']) {{__('lang.from')}}: {{ $transaction->date_format($search_by['from']) }} {{__('lang.to')}}: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' .$transaction->date_format(now()) }} @endif
@php $total_amount = 0; @endphp @foreach ($infos as $key => $value) @endforeach
{{__('lang.serial_no')}} {{__('lang.project')}} {{__('lang.product_id')}} {{__('lang.status')}}
{{ $search_by['dealer_name'] }} ({{ $search_by['type'] }})
{{ $key+1 }} {{ $value->branch->name }} @php $sell = App\Models\Sell::where('product_id', $value->product_unique_id)->where('branch_id', $value->branch_id)->first(); @endphp {{ $value->product_unique_id }} {{ $value->status }}