@extends('layouts/billing_layout') @section('title', '| Sales') @section('content') @include('successMsg') @include('convert_word')
Ref : {{ $ownerCompanyName }}/{{ $productName }}/{{ $clientInformationReceive->companyShortName ?? 'no name' }}/{{ $salesYear }}/{{ $salesMonth }}-{{ $salesBillNo }}
{{ $updatedDate }}
Invoice No: SB000{{ $salesBillNo }}

Invoice

To,
{{ $clientInformationReceive->clientContactPerson }}
{{ $clientInformationReceive->contactPersonDesigntion }}
{{ $clientInformationReceive->clientCompanyName }}
{{ $clientInformationReceive->address }}
Subject : Invoice Against {{ $productName }}
@foreach ($receiveAllDataBySalesIds as $receiveAllDataBySalesId) @if ($receiveAllDataBySalesId->branchTypeId == 1) @elseif ($receiveAllDataBySalesId->branchTypeId == 2) @elseif ($receiveAllDataBySalesId->branchTypeId === '' || $receiveAllDataBySalesId->branchTypeId === null) @elseif (!empty($receiveAllDataBySalesId->description)) @else @endif @php $totalQuantity += $receiveAllDataBySalesId->branchQuantity; $totalAmountOfSales += $receiveAllDataBySalesId->totalAmount; @endphp @endforeach
SL Particular Price Qty Amount
{{ ++$no }} {{ $receiveAllDataBySalesId->name }} Bill for the Head Office {{ $receiveAllDataBySalesId->name }} Bill for the Branch Office {{ $receiveAllDataBySalesId->name }} Bill {{ $productName }}- {!! nl2br(e($receiveAllDataBySalesId->description)) !!} {{ $receiveAllDataBySalesId->name }} Software Bill {{ $receiveAllDataBySalesId->unitPrice }} {{ $receiveAllDataBySalesId->branchQuantity }} {{ $receiveAllDataBySalesId->totalAmount }}
Total {{ $totalQuantity }} {{ $totalAmountOfSales }}
In word:BDT
Fatal error: Uncaught Error: Call to undefined function convert_number_to_words() in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/transaction/sales/salesPrintInvoice.blade.php:129 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/transaction/sales/salesPrintInvoice.blade.php on line 129