@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') {{--

Printing Date & Time: {{ $extra['current_date_time'] }}

--}}

{{ config('settings.company_name')}}

{{ config('settings.address_1') }}

@if ($extra['branch_img']) @else @endif

{{ $extra['voucher_type'] }}

@if(!empty($search_by['from']) && !empty($search_by['to']))

From: {{ date(Config('settings.date_format'),strtotime(trim(str_replace('/', '-', $search_by['from'])))) }} To: {{ date(Config('settings.date_format'),strtotime(trim(str_replace('/', '-', $search_by['to'])))) }}

@else

{{ $search_by['upto'] }}

@endif
@include('admin.partials.report_download_options')
@php $total_net_amount= 0; @endphp @foreach($data 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 ?? '-'}}
Total {{$transaction->convert_money_format($total_net_amount)}}

@stop