Browse Source

University Modiifed

Md.Mostafijur Rahman 1 year ago
parent
commit
bcc5430568

+ 19 - 7
resources/views/Q_apply_form.blade.php

@@ -59,10 +59,10 @@
        <style>
 
             body {
-                font-family: 'Quicksand', sans-serif !important; 
+                font-family: 'Quicksand', sans-serif !important;
             }
             h1, h2, h3, h4, h5, h6 {
-                font-family: 'Quicksand', sans-serif !important; 
+                font-family: 'Quicksand', sans-serif !important;
             }
             .bg-half-170 {
             padding:0px;
@@ -257,7 +257,7 @@
                                 </div>
                                 <p class="tmail mt-5" style="font-size: 12px;">Copyright © 2023 Research Admission</p>
                             </div>
-                        </div>   
+                        </div>
                     <div class="col-lg-5 cover-my-30 ">
                         <div class="cover-user-img d-flex align-items-center p-5">
                             <div class="row">
@@ -274,9 +274,21 @@
                                                     <div class="alert" style="margin-bottom: 0px; color: #3c3d5b;">
                                                         <strong class="mb-2" style="font-size:19px; font-weight: 700;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
                                                         {{-- <span style="font-size:14px; font-weight:400;">{{ $user->email }} </span><br> --}}
-                                                        <span style="font-size:14px; font-weight:400;">{{ cn($user,'university.name','')}}</span>
+                                                        <span style="font-size:14px; font-weight:400;">
+                                                            @if($user->university_name)
+                                                               {{ $user->university_name }}
+                                                            @else
+                                                               {{ cn($user,'university.name','')}}
+                                                            @endif
+                                                        </span>
                                                         <span> . </span>
-                                                        <span style="font-size:14px; font-weight:400;">{{ cn($user,'department_name.name','')}}</span>
+                                                        <span style="font-size:14px; font-weight:400;">
+                                                            @if($user->others_department)
+                                                                {{ $user->others_department }}
+                                                            @else
+                                                                {{ cn($user,'department_name.name','')}}
+                                                            @endif
+                                                        </span>
 
                                                     </div>
                                                 </div>
@@ -309,7 +321,7 @@
                                     </div>
                                 </div>
                             </div>
-                        </div> 
+                        </div>
                     </div>
                 </div>
             </div>
@@ -318,7 +330,7 @@
         <!-- <div class="relative bg-gray-900">
             <div class="h-80 w-full absolute bottom-0 xl:inset-0 xl:h-full">
                 <div class="h-full w-full xl:grid xl:grid-cols-2">
-                    <div class="h-full xl:relative xl:col-start-2"> 
+                    <div class="h-full xl:relative xl:col-start-2">
                         <img src="web/images/background-Qapply.jpg" alt="" class="">
                          <div class="absolute inset-x-0 top-0 h-32 bg-gradient-to-b from-gray-900 xl:inset-y-0 xl:left-0 xl:h-full xl:w-32 xl:bg-gradient-to-r">
 

+ 18 - 18
resources/views/auth/invited_register_form.blade.php

@@ -35,7 +35,7 @@
         <!-- Main Css -->
         <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
         <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
-        
+
         <link rel="preconnect" href="https://fonts.googleapis.com">
         <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
         <link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
@@ -69,9 +69,9 @@
         box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
     }
     .btn1{
-        background-color: #141639c4 !important; 
-        color:white !important; 
-        border-radius: 20px; 
+        background-color: #141639c4 !important;
+        color:white !important;
+        border-radius: 20px;
         box-shadow:none !important;
     }
     .btn1:hover{
@@ -84,34 +84,34 @@
         background: #141639c4 !important;
     }
     .tns-nav button.tns-nav-active{
-        background-color: #ffff !important; 
+        background-color: #ffff !important;
     }
     .bg-left{
         background-color:#141639c4;
-        border:none; 
+        border:none;
         padding:8.37rem;
     }
     .head-line{
-        font-size: 39px !important; 
-        font-weight: bold; 
+        font-size: 39px !important;
+        font-weight: bold;
         line-height: 1.2;
         color:#ffff;
     }
     .sub-line1{
-        font-size: 18px !important; 
-        font-weight: 400; 
+        font-size: 18px !important;
+        font-weight: 400;
         color:#ffff !important;
-        font-family: poppins !important; 
+        font-family: poppins !important;
     }
     .sub-line2{
-        font-size: 17px !important; 
-        font-weight: bold; 
-        font-family: poppins !important; 
+        font-size: 17px !important;
+        font-weight: bold;
+        font-family: poppins !important;
         color:#ffff !important;
     }
     .bg-white{
-        background-color: #72809f33 !important; 
-        height: 160px; 
+        background-color: #72809f33 !important;
+        height: 160px;
         border: 1px solid #ffff;
     }
     .box-head{
@@ -119,7 +119,7 @@
         color:#ffff;
     }
     .box-sub{
-        font-size:14px; 
+        font-size:14px;
         color:#ffff;
     }
     .d-flex{
@@ -322,7 +322,7 @@
                             window.location.href = "{{ url('/login-v2') }}";
                         }
                      pop_up_msg(res.msg);
-                    
+
 
                   }).fail(function(err){
                     $('.wait').waitMe("hide");