KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/easysfm.edukrypt.in/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/easysfm.edukrypt.in/storage/framework/views/8e3d6c6bd877cfd780cb8684bb5c9c0686be1b31.php
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Tax Invoice</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style>
    body {
        margin: 0;
        padding: 10px;
    }

    table {
        font-size: 14px;
        border: 0.02em solid #737373;
    }

    table tr {
        border: 0.02em solid #737373;
    }

    table tr td {
        padding: 6px 4px;
    }

    .details td {
        border: 0.02em solid #737373;
    }
    .wrapper{
        margin: 0px;
        padding: 0px;
    }
    .main-wrapper{
        max-width: 1024px;
        margin: 0px auto;
        padding: 30px;
        background: #f9f9f9;
    }
    

    </style>

</head>

<body>

    <div class="wrapper">
        <div class="main-wrapper">
            <table style="width:100%;">
                <tr>
                    <td rowspan="3">
                        <img src="<?php echo e(asset('public').'/emaillogo.png'); ?>">
                    </td>
                </tr>
                
                <tr>
                    <td>
                        <br><br><br><br>
                        <p style="text-align:right; margin:0px; vertical-align:bottom;">
                            Date: <?php echo e(date("d-m-Y H:i:s",strtotime($billdate))); ?><br>
                            Invoice No: <?php echo e($billno); ?><br>
                            Transaction ID: <?php echo e($paymentid); ?></p>
                    </td> 
                </tr>
                
                
            </table>

            <table style="width:100%;">
                <tr>
                    <td style="width:50%;">
                        <address>
                            <strong>Billing Address:</strong><br>
                            <!-- {userinfo} -->
                            <?php echo e($name); ?><br/>
                        <!--   Address- {address},<br>
                            State - {state}<br>
                            Pincode -{pincode},<br> -->
                            Phone: <?php echo e($phone); ?><br>
                            <!-- GSTIN: -<br> -->
                            Place of Supply : <?php echo e($state); ?><br>
                            Email : <?php echo e($email); ?>

                            <!-- {/userinfo} -->
                        </address>
                    </td>
                    <td style="width:50%;text-align:right;">
                        <address style="text-align:right;">
                            <strong>Shipping Address:</strong><br>
                            <!-- {userinfo} -->
                            <?php echo e($name); ?><br>
                        <!--   Address- {address},<br>
                            State - {state}<br>
                            Pincode -{pincode},<br> -->
                            Phone: <?php echo e($phone); ?><br>
                            Place of Supply : <?php echo e($state); ?><br>
                            Email : <?php echo e($email); ?>

                            <!-- {/userinfo} -->
                            <div style="clear:both;"></div>
                        </address>
                    </td>
                </tr>
            </table>

            <table class="details" style="width:100%;">
                <thead style="background-color:darkorange!important; color:#000; ">
                    <tr>
                        <td style="width: 20px;"><strong>S.NO</strong></td>
                        <td style="text-align:center;"><strong>PRODUCT</strong></td>
                        <td style="text-align:center; 28px;"><strong>TYPE</strong></td>
                        <td style="text-align:center; 40px;"><strong>HSN/SAC</strong></td>
                        <td style="text-align:center; 24px;"><strong>QTY</strong></td>
                        <td style="text-align:center; 40px;"><strong>PRICE</strong></td>
                        <td style="text-align:center; 40px;"><strong>AMOUNT</strong></td>
                    </tr>
                </thead>
                <tbody>
                    <?php $__currentLoopData = $orders; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$order): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <tr>
                        <td style="vertical-align: baseline;"><?php echo e($key +1); ?></td>
                        <td style="text-align:left;width:300px;  vertical-align: baseline;"><?php echo e($order->product_name); ?></td>
                        <td style="text-align:left; vertical-align: baseline;"><?php echo e($order->product_type); ?></td>
                        <td style="text-align:center; vertical-align: baseline;">999293</td>
                        <td style="text-align:center; vertical-align: baseline;"><?php echo e($order->quantity); ?></td>
                        <td style="text-align:center; vertical-align: baseline;">₹<?php echo e($order->total_amount); ?></td>
                        <td style="text-align:center; vertical-align: baseline;">₹<?php echo e($order->total_amount); ?></td>
                    </tr>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <tr>
                        <td colspan="6" style="text-align:right; vertical-align: baseline;">
                            <strong>Total Amount</strong>
                        </td>
                        <td colspan="1" style="text-align:left; vertical-align: baseline;">
                            <strong>₹<?php echo e($total_amount); ?>/-</strong>
                        </td>
                    </tr>
                    <tr>
                        <td colspan="6" style="text-align:right; vertical-align: baseline;">
                            Promo Disount
                        </td>
                        <td colspan="1" style="text-align:left; vertical-align: baseline;">
                            -₹<?php echo e($promo_discount); ?>

                        </td>
                    </tr>
                    <tr>
                        <td colspan="6" style="text-align:right; vertical-align: baseline;">
                            Wallet Discount
                        </td>
                        <td colspan="1" style="text-align:left; vertical-align: baseline;">
                            -₹<?php echo e($wallet_discount); ?>

                        </td>
                    </tr>
                    <tr>
                        <td colspan="6" style="text-align:right; vertical-align: baseline;">
                            <strong>Grand Total</strong>
                        </td>
                        <td colspan="1" style="text-align:left; vertical-align: baseline;">
                            <strong>₹<?php echo e($total_amount); ?>/-</strong>
                        </td>
                    </tr>
                </tbody>
                <tfoot>
                    <tr>
                        <td colspan="7">&nbsp;</td>
                    </tr>
               
                    <tr>
                        <td style="text-align:left; vertical-align: top;" rowspan="6" colspan="3">
                            <strong>Amount In Words:</strong>
                            <strong> <?php echo e($amount_in_words); ?> Only.</strong>
                        </td>
                    </tr>
                    <tr>
                        <td style="text-align:left;" colspan="3">CGST@9%</td>
                        <td style="text-align:right;" colspan="1">₹<?php echo e(($bill_type=='in')?($tax_amount/2):0); ?></td>
                    </tr>
                    <tr>
                        <td style="text-align:left;" colspan="3">SGST@9%</td>
                        <td style="text-align:right;" colspan="1">₹<?php echo e(($bill_type=='in')?($tax_amount/2):0); ?></td>
                    </tr>
                    <tr>
                        <td style="text-align:left;" colspan="3">IGST@18%</td>
                        <td style="text-align:right;" colspan="1">₹<?php echo e(($bill_type=='out')?$tax_amount:0); ?></td>
                    </tr>
                    <tr>
                        <td style="text-align:left;" colspan="3">Amount Without GST</td>
                        <td style="text-align:right;" colspan="1">₹<?php echo e($taxable_amount); ?></td>
                    </tr>
                    <tr>
                        <td style="text-align:left;" colspan="3">
                            <strong>Grand Total</strong>
                        </td>
                        <td style="text-align:right;" colspan="1">
                            <strong>₹<?php echo e($total_amount); ?>/-</strong>
                        </td>
                    </tr>
                    <tr>
                        <td colspan="3">
                            <p style="margin: 0px;">
                                <u><i>Terms & Conditions:</i></u><br>
                                1. Billed amount is non-refundable. <br>
                                2. Interest @ 24% P.A for delayed payment. <br>
                                3. Subject to Hyderabad Jurisdiction.
                            </p>
                        </td>
                        <td colspan="4">
                            <p style="vertical-align: top; margin: 0px; text-align: right;">
                                <i>FOR </i> <br>
                            </p>
                            <br>
                            <p style="vertical-align: bottom; margin: 0px; text-align: right;">
                                <i>Authorised signatory</i>
                            </p>
                            
                        </td>
                    </tr>
                </tfoot>
            </table>
        </div>
    </div>


</body>

</html><?php /**PATH /var/www/easysfm.edukrypt.in/resources/views/emails/invoice.blade.php ENDPATH**/ ?>

Anon7 - 2021