@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'])
|
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'] }}
@endifReference 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)}} | --}}