The Rise of Contactless Payments:...
In recent years, contactless payments have surged in popularity, driven...
@extends('admin.layouts.master')
@push('css')
@endpush
@section('page-title')
@include('admin.components.page-title',['title' => __($page_title)])
@endsection
@section('breadcrumb')
@include('admin.components.breadcrumb',['breadcrumbs' => [
[
'name' => __("Dashboard"),
'url' => setRoute("admin.dashboard"),
]
], 'active' => __("Setup Email")])
@endsection
@section('content')
<div class="custom-card">
<div class="card-header">
<h6 class="title">{{ __("Default Template") }}</h6>
</div>
<div class="card-body">
<form class="card-form">
<div class="row mb-10-none">
<div class="col-xl-12 col-lg-12 form-group">
<label>{{ __("Email Body") }}*</label>
<div id="div_editor1"></div>
</div>
<div class="col-xl-12 col-lg-12 form-group">
<button type="submit" class="btn--base w-100">{{ __("Update") }}</button>
</div>
</div>
</form>
</div>
</div>
@endsection
@push('script')
@endpush
Blog Section
Dive into our blog to explore the cutting-edge trends in digital payments and NFC technology. Stay updated on the innovations that are revolutionizing transactions, boosting security, and making payments quicker and more convenient. Learn how these advancements are shaping the future of financial interactions and driving the global transition towards a cashless world.
In recent years, contactless payments have surged in popularity, driven...
As digital transactions proliferate, ensuring robust payment security is more critical than ever. Two foundational...
Digital wallets have fundamentally transformed how we manage money, offering a streamlined, secure, and highly...