This commit is contained in:
sayliraut
2024-08-07 14:54:37 +05:30
parent f0bf98e211
commit 9a0d833993
7 changed files with 10 additions and 10 deletions

View File

@@ -56,6 +56,6 @@ class Add_Subadmin extends Mailable
public function build()
{
// $otp = $this->otp;
return $this->subject('OTP From Cheers to the Session')->view('mail.subadmin');
return $this->subject('OTP From Cheers to the Season')->view('mail.subadmin');
}
}

View File

@@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<title>Cheers To The Seasons</title>
<title>Cheers to the Season</title>
<link rel="icon" type="image/x-icon" href="{{ asset('public/assets/img/seasons_logo.png')}}" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<link href="../layouts/modern-light-menu/css/light/loader.css" rel="stylesheet" type="text/css" />

View File

@@ -1,5 +1,5 @@
@extends('Admin.layouts.app_login')
@section('title', 'Cheers To The Season - login')
@section('title', 'Cheers to the Season - login')
@section('content')
<div class="row w-100" style="height: 100vh;">
<div class=" col-md-6 m-auto h-100 d-flex flex-column align-itms-center justify-content-center"

View File

@@ -1,5 +1,5 @@
@extends('Admin.layouts.app_login')
@section('title', 'Cheers To The Season - Otp')
@section('title', 'Cheers to the Season - Otp')
@section('content')
<div class="row w-100" style="height: 100vh;">
<div class=" col-md-6 m-auto h-100 d-flex flex-column align-itms-center justify-content-center"

View File

@@ -1,5 +1,5 @@
@extends('Admin.layouts.app_login')
@section('title', 'Cheers To The Season - Password Reset')
@section('title', 'Cheers to the Season - Password Reset')
@section('content')
<style>
/* Target the label element with the id 'confirm_password-error' and class 'error' */

View File

@@ -126,7 +126,7 @@
<button class="apply" type="button" onclick="applyReferralCode()">Apply</button>
</div>
<input type="text" class="form-control coupon-input mt-3"
<input type="text" class="form-control coupon-input mt-3"
name ="referral_code" id="referral_code" placeholder="Enter Referral Code" oninput="this.value = this.value.toUpperCase().replace(/\s/g, '')" maxlength="15">
<input type="hidden" class="form-control coupon-input mt-3" name ="iam_principal_xid"
@@ -155,7 +155,7 @@
<input type="hidden" name="subscription_product_xid" value="{{ $productList->id }}" />
<input type="hidden" name="referral_user_id" id="referral_user_id" />
<input type="hidden" name="referral_code_to_check" id="referral_code_to_check" />
<div class="main-text">
<div>
<p class="comm-head">Total Payment</p>
@@ -294,7 +294,7 @@
resultMessage.innerHTML = '';
let base_url = url_path;
if (referralCode == null || referralCode == '') {
toastr.error('Please enter Referral Code');
@@ -323,7 +323,7 @@
console.log("Result",result);
document.getElementById('isCodeNotApplied').style.display = 'none';
document.getElementById('isCodeApplied').style.display = 'block';
resultMessage.innerHTML =
'<span class="text-success">Successfully applied Referral code!</span>';

View File

@@ -203,7 +203,7 @@
{{-- <p>Dear {{ $data['first_name'] }},</p> --}}
<p>Dear {{$mailData['username']}},</p>
<p>Congratulations! Your sub-admin account with Cheers to the session
<p>Congratulations! Your sub-admin account with Cheers to the Season
has been successfully approved.</p>
<p>Your login credentials are as follows:</p>