@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content')
{{ config('settings.company_name')}}
{{ config('settings.address_1') }}
{{$heading}}
@if($search_by['from'] && $search_by['to']) From: {{ $transaction->date_format($search_by['from']) }} To: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' .$transaction->date_format(now()) }} @endif
{{-- --}} @foreach($infos['items'] as $item ) @if ($item) {{-- --}} @php $total_net_amount+=$item->investment_amount + $item->investor_profit; @endphp @endif @endforeach
Reference ID Customer Name Customer Phone Customer Father Name Customer Mailing Address Vendor Name Vendor Mailing Address Vendor Phone Vendor Email {{__('lang.type')}} Content Made On
{{$item->reference_id ?? '-'}} {{$item->customer->name ?? '-'}} {{$item->customer->phone ?? '-'}} {{$item->customer->father_or_husband_name ?? '-'}} {{$item->customer->mailing_address ?? '-'}} {{$item->vendor->name ?? '-'}} {{$item->vendor->mailing_address ?? '-'}} {{$item->vendor->phone ?? '-'}} {{$item->vendor->email ?? '-'}} {{$item->type ?? '-'}} {{$item->content ?? '-'}} {{$item->created_at ?? '-'}}
@endsection