Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
I
IPRSv2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Ngei
IPRSv2
Commits
df5f2bf8
Commit
df5f2bf8
authored
Mar 24, 2025
by
Michael Ngei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added passport endpoint
parent
51a93464
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
passport-modal.blade.php
resources/views/livewire/search/passport-modal.blade.php
+2
-2
iprsRegisterUser.blade.php
resources/views/mail/user/iprsRegisterUser.blade.php
+4
-1
No files found.
resources/views/livewire/search/passport-modal.blade.php
View file @
df5f2bf8
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
title=
""
v-centered
static-backdrop
scrollable
>
title=
""
v-centered
static-backdrop
scrollable
>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<ul
class=
"nav nav-tabs"
id=
"custom-tabs-four-tab"
role=
"tablist"
>
<ul
class=
"nav nav-tabs"
id=
"custom-tabs-four-tab"
role=
"tablist"
>
@if($role->hasAnyPermission(["Basic View ID Details", "Basic View Passport Details", "Basic View Birth Details"]))
@if($role->hasAnyPermission(["Basic View ID Details", "Basic View Passport Details", "Basic View Birth Details"]))
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
@if($modalStatus)
@if($modalStatus)
...
@@ -26,8 +27,7 @@
...
@@ -26,8 +27,7 @@
@endif
@endif
</li>
</li>
@endif
@endif
@if($role->hasPermissionTo("Basic View ID Photo and Signature"))
@if($role->hasPermissionTo("Basic View ID Photo and Signature"))
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
@if($modalStatus)
@if($modalStatus)
<a
class=
"nav-link"
id=
"custom-tabs-four-photo-tab"
data-toggle=
"pill"
<a
class=
"nav-link"
id=
"custom-tabs-four-photo-tab"
data-toggle=
"pill"
...
...
resources/views/mail/user/iprsRegisterUser.blade.php
View file @
df5f2bf8
...
@@ -128,7 +128,10 @@
...
@@ -128,7 +128,10 @@
<table
role=
"presentation"
border=
"0"
cellpadding=
"0"
cellspacing=
"0"
style=
"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;"
>
<table
role=
"presentation"
border=
"0"
cellpadding=
"0"
cellspacing=
"0"
style=
"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;"
>
<tbody>
<tbody>
<tr>
<tr>
<td
style=
"font-family: Helvetica, sans-serif; font-size: 16px; vertical-align: top; border-radius: 4px; text-align: center; background-color: #0867ec;"
valign=
"top"
align=
"center"
bgcolor=
"#0867ec"
>
<a
href=
""
target=
"_blank"
style=
"border: solid 2px #0867ec; border-radius: 4px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 16px; font-weight: bold; margin: 0; padding: 12px 24px; text-decoration: none; text-transform: capitalize; background-color: #0867ec; border-color: #0867ec; color: #ffffff;"
>
Customer Portal
</a>
</td>
<td
style=
"font-family: Helvetica, sans-serif; font-size: 16px; vertical-align: top; border-radius: 4px; text-align: center; background-color: #0867ec;"
valign=
"top"
align=
"center"
bgcolor=
"#0867ec"
>
<a
href=
"http://102.164.61.109/dashboard"
target=
"_blank"
style=
"border: solid 2px #0867ec; border-radius: 4px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 16px; font-weight: bold; margin: 0; padding: 12px 24px; text-decoration: none; text-transform: capitalize; background-color: #0867ec; border-color: #0867ec; color: #ffffff;"
>
Go to : Customer Portal
</a>
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment