瀏覽代碼

Add more SEO keywords to panel

master
Immanuel Onyeka 3 年之前
父節點
當前提交
3cdcd906e1
共有 2 個檔案被更改,包括 11 行新增7 行删除
  1. +3
    -0
      app/Http/Controllers/BillingController.php
  2. +8
    -7
      resources/views/home.blade.php

+ 3
- 0
app/Http/Controllers/BillingController.php 查看文件

@@ -221,6 +221,9 @@ class BillingController extends Controller
$total = $transaction->credits/100 +
$transaction->credits_extra/100;
$description = "You will receive $total credits.";

$user->paying = true; $user->save();

return ['account' => $account, 'transaction' => $transaction->id,
'amount' => $transaction->charge/100, 'description' => $description];
}


+ 8
- 7
resources/views/home.blade.php 查看文件

@@ -43,7 +43,7 @@
We're a social media content promoter based in Canada, helping
entertainers and brands perfect their marketing campaigns through
targeted views and engagements. By providing impressions and
retention from real user accounts, we'll help boost your
retention from real accounts, we'll help boost your
rankings and get you noticed.
</p>
</section>
@@ -121,8 +121,9 @@
placing your order. Many services available are instant.</p>
</div>

<div class="info-card"><p>By choosing the location and language of your
audience, you'll improve the quality of viewer engagements and boost your rankings significantly.</p> </div>
<div class="info-card"><p>By combining our services to create trending
content, you'll improve the quality of viewer engagements and boost your
rankings significantly. We're the best marketing panel around.</p> </div>
<div class="info-card"><p>

Improve your brand's image, increase your social proof, and build a stronger
@@ -136,8 +137,8 @@
<div class="panel-info">
<img src="./img/tap.svg" alt="">
<h3>Easy to Use</h3>
<p>We provide an extremely user-friendly and intuitive interface to
manage and review your orders.</p>
<p>We provide an extremely user-friendly and intuitive SPA interface to
manage and review your SMM orders.</p>
</div>
<div class="panel-info">
<img src="./img/lighting.svg" alt="">
@@ -163,8 +164,8 @@
willing to watch it, that's why consistent and high engagement is
essential to your brand's online growth. </p>
<p>Give your content the fair chance it deserves with a boost to your
account's traffic. We'll help you build your audience, develop your brand, and
launch your new business.</p>
account's traffic. Our SMM panel will help you build your audience,
develop your brand, and launch your new business.</p>
</div>
</section>
<section class='faq-info'>


Loading…
取消
儲存