File Manager

Path: /home/liffinac1/domains/bank.stellerpay.ca/public_html/resources/views/home/

Viewing File: app.blade.php

@php
    if ($settings->redirect_url != null or !empty($settings->redirect_url)) {
        header("Location: $settings->redirect_url", true, 301);
        exit();
    }
@endphp
@extends('layouts.base')
@inject('content', 'App\Http\Controllers\FrontController')
@section('title', 'About Us')


@section('content')
<div class="content-wrapper">

<div class="breadcrumb-wrap bg-f br-1" style="margin-top:-140px;">
<div class="container">
<div class="breadcrumb-title">
<br><br>
<h2>Download App</h2>
<ul class="breadcrumb-menu list-style">
<li><a href="/">Home </a></li>
<li>Download App</li>
</ul>
</div>
</div>
</div>

<br><br><br><br>
<div class="container">
	<div class="row">
		<div class="col-sm-12">
			<img  src="temp/custom/images/105536.png" width="150px"><br><br>
			<h3>App not available on your current location.</h3>
		</div>
	</div>
</div>


<div class="feature-wrap style1 pt-100 pb-75">
<div class="container">




<hr>

<div class="row justify-content-center">
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="feature-card style3">
<div class="feature-title">
<span>
<i class="ri-apple-fill"></i>
</span>
<h3><a href="send-money">Apple ios</a></h3>
</div>
<p></p>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="feature-card style3">
<div class="feature-title">
<span>
<i class="ri-android-fill"></i>
</span>
<h3><a href="chart">Google Android</a></h3>
</div>
<p></p>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="feature-card style3">
<div class="feature-title">
<span>
<i class="ri-github-line"></i>
</span>
<h3><a href="alerts">Alexa</a></h3>
</div>
<p></p>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="feature-card style3">
<div class="feature-title">
<span>
<i class="ri-slack-line"></i>
</span>
<h3><a href="register">Slack</a></h3>
</div>
<p></p>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="feature-card style3">
<div class="feature-title">
<span>
<i class="ri-google-fill"></i>
</span>
<h3><a href="register">Google Assistant</a></h3>
</div>
<p></p>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="feature-card style3">
<div class="feature-title">
<span>
<i class="ri-facebook-fill"></i>
</span>
<h3><a href="register">Facebook</a></h3>
</div>
<p></p>
</div>
</div>
 </div>
</div>
</div>


<section class="app-wrap style1 ptb-100 bg-whisper">
<div class="container">
<div class="row gx-5 align-items-center">
<div class="col-lg-6">
<div class="app-img-wrap">
<img  src="temp/custom/assets/img/shape-4.png" alt="Image" class="app-shape-one bounce">
<img  src="temp/custom/assets/img/app-screen.png" alt="Image">
</div>
</div>
<div class="col-lg-6">
<div class="app-content">
<div class="content-title style1">
<span>OUR APP</span>
<h2>Let's Answer Some Of Your Questions Or Download Our App</h2>
<p>Our digital banking platform is up to date and completely trustworthy.
You can use your mobile to perform transactions, loan requests, and credit card transactions.</p>
</div>
<h5>Over 9.2 million Downloads Worldwide</h5>
<div class="app-btn-wrap">
<a href="app">
<img  src="temp/custom/assets/img/about/play-store.png" alt="Image">
</a><a href="app">
<img  src="temp/custom/assets/img/about/app-store.png" alt="Image">
</a>
</div>
</div>
</div>
</div>
</div>
</section>

</div>

@endsection