VaKeR CYBER ARMY
Logo of a company 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 :  /home/vapecompany/demo.vapecompany.com.bd/resources/views/backend/exports/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/vapecompany/demo.vapecompany.com.bd/resources/views/backend/exports/price_history.blade.php
<table style="table-layout: auto;widtd: 100%;">
	<thead>
		@if($companyInfo)
	    	<tr><td colspan="7" style="text-align: center;"> {{$companyInfo->company_name ? $companyInfo->company_name: "MAKTEL LIMITED"}}</td></tr>
	    	<tr><td colspan="7" style="text-align: center;"> {{$companyInfo->company_address ? $companyInfo->company_address : "House-277(Level-4),Lane-4,Baridhara DOHS,Dhaka-1206."}}</td></tr>
	    	<tr><td colspan="7" style="text-align: center;"> Hotline: +{{$companyInfo->company_phone ? $companyInfo->company_phone: "88 01844241530"}}</td></tr>
	    	<tr><td colspan="7" style="text-align: center;"> Email: {{$companyInfo->company_email ? $companyInfo->company_email : "info@maktel.com.bd"}}</td></tr>
	    	<tr><td colspan="7" style="text-align: center;"> Web: {{$companyInfo->company_website ? $companyInfo->company_website : "www.maktel.com.bd"}}</td></tr>
	        <tr><td colspan="7" style="text-align: center;">Facebook: {{$companyInfo->company_facebook ? $companyInfo->company_facebook : "www.facebook.com/maktel"}}</td></tr>

	      
    	@else
    		<tr><td colspan="7">MAKTEL LIMITED</td></tr>
    	 	<tr><td colspan="7">House-277(Level-4),Lane-4,Baridhara DOHS,Dhaka-1206.</td></tr>
    	 	<tr><td colspan="7">Hotline:+88 01844241530</td></tr>
    	 	<tr><td colspan="7">Email:info@maktel.com.bd</td></tr>
    	 	<tr><td colspan="7">Web:www.maktel.com.bd</td></tr>
    	 	<tr><td colspan="7">Facebook:www.facebook.com/maktel</td></tr>
        
       @endif
		<tr>
			 <td>SL</td>
                <td>History Date</td>
                <td>Brand Name</td>
                <td >Product Name</td>
                <td>Created By</td>
                <td>Sale Price</td>
                <td>Intcentive Price</td>
		</tr>
	</thead>
	   <tbody>
            @php 
            $i=1;
                
            @endphp
            @foreach($priceHistorys as $priceHistory)
               
                <tr>
                    <td>{{$i}}</td>
                 
                    <th>{{$priceHistory->history_date->format('d-m-Y')}}</th>
                    <th>{{$priceHistory->product->brand->brand_name}}</th>
                    <th>{{$priceHistory->product->product_name}}</th>
                    <th>{{$priceHistory->employee->employee_name}}</th>
                       <th>{{$priceHistory->sale_price}}</th>
                    <th>{{$priceHistory->intentive_price}}</th>
                    
                </tr>
                @php $i++; @endphp
            @endforeach
        </tbody>
</table>

VaKeR 2022