Server : Apache System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /proc/thread-self/root/home/vapecompany/demo.vapecompany.com.bd/resources/views/backend/chalan/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title>Chalan Invoice</title> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style> .clearfix:after { content: ""; display: table; clear: both; } a { color: #0087C3; text-decoration: none; } body { position: relative; /*width: 21cm;*/ height: 29.7cm; margin: 0; color: #555555; background: #FFFFFF; font-family: Arial, sans-serif; font-size: 14px; font-family: SourceSansPro; /*font-family: 'Hind Siliguri', sans-serif;*/ } .float-left{ float: left; } header { padding: 5px 0; margin-bottom: 10px; border-bottom: 1px solid #AAAAAA; } #logo { float: left; margin-top: 0px; width: 40%; } #logo img { height: 70px; } .header-company-info{ float: right; text-align: right; width: 60%; } .header-company-info-sell-invoice{ text-align: center; } .border-bottom{ border-bottom: 1px solid #AAAAAA; } #details { margin-bottom: 50px; } #details_title{ margin-bottom: 2px; } #client { padding-left: 6px; border-left: 6px solid #0087C3; float: left; } #client .to { color: #777777; } h2.name { font-size: 1.4em; font-weight: normal; margin: 0; } #invoice { float: right; text-align: right; } #invoice h1 { color: #0087C3; font-size: 2.4em; line-height: 1em; font-weight: normal; margin: 0 0 10px 0; } #invoice .date { font-size: 1.1em; color: #777777; } .table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; font-size: 10px; } .table th, .table td { padding: 3px; border: 1px solid #d1d1d1; } table th { font-weight: normal; text-align: center; } .table td { text-align: center; } .table-bordered { border: 1px solid #dee2e6; } #thanks{ font-size: 2em; margin-bottom: 50px; } #notices{ padding-left: 6px; border-left: 6px solid #0087C3; } #notices .notice { font-size: 1.2em; } footer { color: #777777; width: 100%; height: 30px; position: absolute; bottom: 0; border-top: 1px solid #AAAAAA; padding: 8px 0; text-align: center; } .mt-10{ margin-top: 10px; } .bg-secondary { background-color: #6c757d !important; } .text-white { color: #fff !important; } .text-right { text-align: right !important; } .invoice-box{ margin: auto; box-shadow: 0 0 10px rgba(0, 0, 0, .15); font-size: 16px; line-height: 24px; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; color: #555; } </style> </head> <body > <div class="invoice-box"> <div style="padding: 10px"> <table border="0" style="width: 100%;"> <tr> <td width="70%"> <div class="logo-icon" style="height: 100px"> <img src="{{$companyInfo ? $companyInfo->company_logo ? url('public/images/company/'.$companyInfo->company_logo): url('/public/images/text_logo.png') : url('/public/images/text_logo.png')}}" style="height: 100%" alt="homepage" class="dark-logo"> </div> </td> <td> <div class="logo-icon" style="line-height: 18px;font-size: 14px;"> <h2 class="name">{{$companyInfo ? $companyInfo->company_name: "MAKTEL LIMITED"}}</h2> <div>{{$companyInfo ? $companyInfo->company_address : "House-277(Level-4),Lane-4,Baridhara DOHS,Dhaka-1206."}}</div> <div>Hotline:+{{$companyInfo ? $companyInfo->company_phone: "88 01844241530"}}</div> <div>Email:{{$companyInfo ? $companyInfo->company_email : "info@maktel.com.bd"}}</div> <div>Web:{{$companyInfo ? $companyInfo->company_website : "www.maktel.com.bd"}}</div> <!-- <h2 class="name">Maktel</h2> <div>address</div> <div>Hotline:+88 01844241530</div> <div>Email:info@maktel.com.bd</div> <div>Web:www.maktel.com.bd</div> --> </div> </td> </tr> <tr> <td style="text-align: center;padding-left: 20%;" ><h1 style="border-bottom: 3px double #999;border-top: 3px double #999;padding: 7px 0px;">DELIVERY CHALLAN</h1> </td> <td><div style="text-align: center;"><h2 style="background: #0c0c0c;color: #fff;border-radius: 10px;padding: 3px;">{{$copy}}</h2></div></td> </tr> <tr> <td></td> <td><b>Challan No. :</b> {{$chalan->chalan_number}}</b></td> </tr> <tr> <td></td> <td><b>Date:{{date('d-m-Y',strtotime($chalan->chalan_date))}}</b></td> </tr> <tr> <td colspan="1"><b>Customer Name :</b> {{$chalan->customer->customer_name}}</td> </tr> <!-- <tr> <td colspan="1"><b>Customer Phone: </b> {{$chalan->chalan_number}}</td> </tr> --> <tr> <td colspan="1"><b>Customer Address:</b> {{$chalan->customer->customer_address}}</td> </tr> <tr> <td ><b>Customer Mobile:</b> {{$chalan->customer->customer_mobile}}</td> <td style="font-size: 11px"><b>Vat Paid On Import Stage</b></td> </tr> <tr> <td colspan="1"><b>Remarks:</b> {{$chalan->remarks}}</td> </tr> <tr> <td></td> </tr> </table> </div> <main> <div class="table-responsive"> <table class="table" width="100%" cellspacing="0"> <thead> <tr class="bg-secondary text-white"> <th><b>SL</b></th> <th><b>Brand</b></th> <th><b>Product Name</b></th> <th><b>Model Name</b></th> <th><b>Color/Description</b></th> <th><b>Quantity</b></th> </tr> </thead> <tbody> @php $i=1;$qty=0; @endphp @foreach($chalan->chalan_details as $details) <tr> <td width="3%">{{$i}}</td> <td> {{$details->product->brand->brand_name}} </td> <td> {{$details->product->product_name}} </td> <td>{{$details->product->model->model_name}}</td> <td>{{$details->color->color_name}}</td> <td>{{$details->product_quantity}}</td> </tr> @php $i++;$qty += $details->product_quantity; @endphp @endforeach <tr style="background: #eee;"> <td colspan="5"><b>Total Quantity</b></td> <td><b>{{$qty}}</b></td> </tr> </tbody> </table> <div><b><i>Received the above goods in good condition</i></b></div> <table style=" margin-top: 104px;bottom: 50px;position: absolute;" border="0" width="100%" cellspacing="0"> <tr > <td width="50%" style="text-align: center;padding: 0 15%;"><div style="border-top: 3px dotted;">Receiver Signature<div></td> <td width="50%" style="text-align: center;padding: 0 15%;"><p style="border-top: 3px dotted;">Authorised Signature</p></td> </tr> </table> </div> </main> </div> </body> </html>