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
d103e97a
Commit
d103e97a
authored
Apr 04, 2025
by
Michael Ngei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'iprsv2_brian' into 'master'
Iprsv2 brian See merge request
!22
parents
76465b78
96c9cea9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
184 deletions
+29
-184
Searchform.php
app/Livewire/Search/Searchform.php
+4
-4
passport-photo.jpg
public/images/passport-photo.jpg
+0
-0
birth-modal.blade.php
resources/views/livewire/search/birth-modal.blade.php
+2
-84
document_data.blade.php
...vewire/search/partials/tabs/birth/document_data.blade.php
+2
-10
document_data.blade.php
.../livewire/search/partials/tabs/id/document_data.blade.php
+2
-28
document_history.blade.php
...vewire/search/partials/tabs/id/document_history.blade.php
+8
-0
document_data.blade.php
...earch/partials/tabs/passport_tabs/document_data.blade.php
+7
-52
passport-modal.blade.php
resources/views/livewire/search/passport-modal.blade.php
+3
-5
resultsmodal.blade.php
resources/views/livewire/search/resultsmodal.blade.php
+1
-1
No files found.
app/Livewire/Search/Searchform.php
View file @
d103e97a
...
@@ -65,9 +65,9 @@ class Searchform extends Component
...
@@ -65,9 +65,9 @@ class Searchform extends Component
break
;
break
;
case
'Passport'
:
case
'Passport'
:
if
(
!
empty
(
$this
->
passportNum
)
||
!
empty
(
$this
->
passportIdNum
)){
if
(
!
empty
(
$this
->
passportNum
)
||
!
empty
(
$this
->
passportIdNum
)){
$this
->
getPassportHuman
(
$this
->
passportNum
,
$this
->
passportIdNum
);
$this
->
getPassportHuman
(
$this
->
passportNum
);
}
else
{
}
else
{
session
()
->
flash
(
'error'
,
'Either
Document Number or Serial
Number must be provided.'
);
session
()
->
flash
(
'error'
,
'Either
Passport Number or ID
Number must be provided.'
);
}
}
break
;
break
;
case
'Birth'
:
case
'Birth'
:
...
@@ -195,9 +195,9 @@ class Searchform extends Component
...
@@ -195,9 +195,9 @@ class Searchform extends Component
}
}
}
}
private
function
getPassportHuman
(
$passportNum
,
$idnum
)
private
function
getPassportHuman
(
$passportNum
)
{
{
$passport
=
Doi_date
::
where
(
'passport_no'
,
$passportNum
)
->
where
(
'identity_card_no'
,
$idnum
)
->
get
()
->
toArray
();
$passport
=
Doi_date
::
where
(
'passport_no'
,
$passportNum
)
->
get
()
->
toArray
();
if
(
$passport
){
if
(
$passport
){
$this
->
search_count
=
1
;
$this
->
search_count
=
1
;
...
...
public/images/passport-photo.jpg
0 → 100644
View file @
d103e97a
75.8 KB
resources/views/livewire/search/birth-modal.blade.php
View file @
d103e97a
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
<x-adminlte-modal
id=
"searchModalBirth"
class=
"{{ $modalStatus }}"
style=
"{{ $modalStyle }}"
size=
"lg"
<x-adminlte-modal
id=
"searchModalBirth"
class=
"{{ $modalStatus }}"
style=
"{{ $modalStyle }}"
size=
"lg"
title=
"
{{ $fname }} {{ $oname }} {{ $surname }}'s Birth Details
"
v-centered
static-backdrop
scrollable
>
title=
"
Birth Details: {{ $fname }} {{ $oname }} {{ $surname }}
"
v-centered
static-backdrop
scrollable
>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<ul
class=
"nav nav-tabs"
id=
"custom-tabs-five-tab"
role=
"tablist"
>
<ul
class=
"nav nav-tabs"
id=
"custom-tabs-five-tab"
role=
"tablist"
>
@if($role->hasAnyPermission(["Basic View Birth Details"]))
@if($role->hasAnyPermission(["Basic View Birth Details"]))
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
@if($modalStatus)
@if($modalStatus)
<a
class=
"nav-link active"
id=
"custom-tabs-
fiv
e-home-tab"
data-toggle=
"pill"
<a
class=
"nav-link active"
id=
"custom-tabs-
on
e-home-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-home"
role=
"tab"
aria-controls=
"custom-tabs-five-home"
href=
"#custom-tabs-five-home"
role=
"tab"
aria-controls=
"custom-tabs-five-home"
aria-selected=
"true"
>
aria-selected=
"true"
>
Document data
Document data
...
@@ -34,67 +34,9 @@
...
@@ -34,67 +34,9 @@
</li>
</li>
@endif
@endif
@if($role->hasAnyPermission(["Basic View Birth Family relations"]))
<li
class=
"nav-item"
>
@if($modalStatus)
<a
class=
"nav-link"
id=
"custom-tabs-five-family-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-family"
role=
"tab"
aria-controls=
"custom-tabs-five-family"
aria-selected=
"false"
>
Family relations
</a>
@else
<a
class=
"nav-link"
id=
"custom-tabs-five-family-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-family"
role=
"tab"
aria-controls=
"custom-tabs-five-family"
aria-selected=
"false"
>
<div
class=
"skeleton skeleton-text short"
style=
"width: 10rem;"
></div>
</a>
@endif
</li>
@endif
@if($role->hasAnyPermission(["Basic View Birth Documents"]))
<li
class=
"nav-item"
>
@if($modalStatus)
<a
class=
"nav-link"
id=
"custom-tabs-five-history-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-history"
role=
"tab"
aria-controls=
"custom-tabs-five-history"
aria-selected=
"false"
>
Document History
</a>
@else
<a
class=
"nav-link"
id=
"custom-tabs-five-family-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-family"
role=
"tab"
aria-controls=
"custom-tabs-five-family"
aria-selected=
"false"
>
<div
class=
"skeleton skeleton-text short"
style=
"width: 10rem;"
></div>
</a>
@endif
</li>
@endif
@if($role->hasAnyPermission(["Basic View Birth History"]))
<li
class=
"nav-item"
>
@if($modalStatus)
<a
class=
"nav-link"
id=
"custom-tabs-five-photo-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-photo"
role=
"tab"
aria-controls=
"custom-tabs-five-photo"
aria-selected=
"false"
>
Photo
&
Signature
</a>
@else
<a
class=
"nav-link"
id=
"custom-tabs-five-family-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-family"
role=
"tab"
aria-controls=
"custom-tabs-five-family"
aria-selected=
"false"
>
<div
class=
"skeleton skeleton-text short"
style=
"width: 10rem;"
></div>
</a>
@endif
</li>
@endif
<li
class=
"nav-item"
>
@if($modalStatus)
<a
class=
"nav-link"
id=
"custom-tabs-five-death-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-death"
role=
"tab"
aria-controls=
"custom-tabs-five-death"
aria-selected=
"false"
>
Date of Death
</a>
@else
<a
class=
"nav-link"
id=
"custom-tabs-five-family-tab"
data-toggle=
"pill"
href=
"#custom-tabs-five-family"
role=
"tab"
aria-controls=
"custom-tabs-five-family"
aria-selected=
"false"
>
<div
class=
"skeleton skeleton-text short"
style=
"width: 10rem;"
></div>
</a>
@endif
</li>
</ul>
</ul>
</div>
</div>
...
@@ -109,33 +51,9 @@
...
@@ -109,33 +51,9 @@
</div>
</div>
@endif
@endif
@if($role->hasAnyPermission(["Basic View Birth Details"]))
<div
class=
"tab-pane fade"
id=
"custom-tabs-five-family"
role=
"tabpanel"
aria-labelledby=
"custom-tabs-five-family-tab"
>
@include('livewire.search.partials.tabs.birth.document_header_details')
</div>
@endif
@if($role->hasAnyPermission(["Basic View Birth Details"]))
<div
class=
"tab-pane fade"
id=
"custom-tabs-five-history"
role=
"tabpanel"
aria-labelledby=
"custom-tabs-five-history-tab"
>
@include('livewire.search.partials.tabs.birth.document_history')
</div>
@endif
@if($role->hasAnyPermission(["Basic View Birth Details"]))
<div
class=
"tab-pane fade"
id=
"custom-tabs-five-photo"
role=
"tabpanel"
aria-labelledby=
"custom-tabs-five-photo-tab"
>
@include('livewire.search.partials.tabs.birth.family_relation')
</div>
@endif
@if($role->hasAnyPermission(["Basic View Birth Details"]))
<div
class=
"tab-pane fade"
id=
"custom-tabs-five-death"
role=
"tabpanel"
aria-labelledby=
"custom-tabs-five-death-tab"
>
@include('livewire.search.partials.tabs.birth.document_data')
</div>
@endif
</div>
</div>
</div>
</div>
...
...
resources/views/livewire/search/partials/tabs/birth/document_data.blade.php
View file @
d103e97a
...
@@ -6,14 +6,6 @@
...
@@ -6,14 +6,6 @@
<
div
class
="
row
">
<
div
class
="
row
">
<div class="
col
-
2
">
<div class="
col
-
2
">
<div class="
row
">
<div class="
row
">
<x-adminlte-card>
@if(
$modalStatus
)
<img class="
card
-
img
-
top
"
src="
{{
asset
(
'../images/imgplaceholder.png'
)
}}
" alt="
Card
image
cap
">
@else
<div class="
skeleton
skeleton
-
text
short
skeleton
-
img
"></div>
@endif
</x-adminlte-card>
<div class="
row
" style="
width
:
100
%
;
">
<div class="
row
" style="
width
:
100
%
;
">
@if(
$role->hasPermissionTo
("
Basic
View
Birth
Details
"))
@if(
$role->hasPermissionTo
("
Basic
View
Birth
Details
"))
<div class="
col
-
12
text
-
center
">
<div class="
col
-
12
text
-
center
">
...
@@ -29,7 +21,7 @@
...
@@ -29,7 +21,7 @@
<div class="
col
-
12
text
-
center
">
<div class="
col
-
12
text
-
center
">
@if(isset(
$human
))
@if(isset(
$human
))
<small class="">Country of Birth</small>
<small class="">Country of Birth</small>
<p class="
card
-
text
">
KENYA
</p>
<p class="
card
-
text
">
{{
$human->birth_country
}}
</p>
<span class="
fi
fi
-
ke
" style="
font
-
size
:
2
rem
;
"></span>
<span class="
fi
fi
-
ke
" style="
font
-
size
:
2
rem
;
"></span>
@else
@else
<div class="
skeleton
skeleton
-
text
short
"></div>
<div class="
skeleton
skeleton
-
text
short
"></div>
...
@@ -55,7 +47,7 @@
...
@@ -55,7 +47,7 @@
@endif
@endif
</div>
</div>
<div class="
col
-
6
">
<div class="
col
-
6
">
<small>Sur
name</small>
<small>Surname</small>
@if(isset(
$human->surn
))
@if(isset(
$human->surn
))
<p class="
field
-
value
">{{
$human->surn
}}</p>
<p class="
field
-
value
">{{
$human->surn
}}</p>
@else
@else
...
...
resources/views/livewire/search/partials/tabs/id/document_data.blade.php
View file @
d103e97a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<x-adminlte-card>
<x-adminlte-card>
@if(
$modalStatus
)
@if(
$modalStatus
)
<img class="
card
-
img
-
top
"
<img class="
card
-
img
-
top
"
src="
{{
asset
(
'../images/
imgplaceholder.pn
g'
)
}}
" alt="
Card
image
cap
">
src="
{{
asset
(
'../images/
passport-photo.jp
g'
)
}}
" alt="
Card
image
cap
">
@else
@else
<div class="
skeleton
skeleton
-
text
short
skeleton
-
img
"></div>
<div class="
skeleton
skeleton
-
text
short
skeleton
-
img
"></div>
@endif
@endif
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<div class="
col
-
12
text
-
center
">
<div class="
col
-
12
text
-
center
">
@if(isset(
$human->o_pid
))
@if(isset(
$human->o_pid
))
<small class="">Country of Birth</small>
<small class="">Country of Birth</small>
<p class="
card
-
text
">
KEN
</p>
<p class="
card
-
text
">
{{
$human->birth_country
}}
</p>
<span class="
fi
fi
-
ke
" style="
font
-
size
:
2
rem
;
"></span>
<span class="
fi
fi
-
ke
" style="
font
-
size
:
2
rem
;
"></span>
@else
@else
<div class="
skeleton
skeleton
-
text
short
"></div>
<div class="
skeleton
skeleton
-
text
short
"></div>
...
@@ -60,20 +60,6 @@
...
@@ -60,20 +60,6 @@
</div>
</div>
</div>
</div>
@if(
$doctype
== 'ID')
@if(
$role->hasPermissionTo
("
Basic
View
ID
Details
"))
<div class="
row
">
@if(isset(
$human->name
))
<x-adminlte-card style="
margin
:
1
rem
auto
;
">
<img class="
card
-
img
-
top
" height="
100
"
src="
{{
asset
(
'../images/fingerprints/biometric.png'
)
}}
" alt="
Card
image
cap
">
</x-adminlte-card>
@else
<div class="
skeleton
skeleton
-
text
short
"></div>
@endif
</div>
@endif
@endif
</div>
</div>
...
@@ -333,21 +319,9 @@
...
@@ -333,21 +319,9 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div class="
row
">
<div class="
idDocimg
">
</div>
</div>
</div>
</div>
<style>
<style>
.idDocimg{
background-image:url("
../
images
/
national_ID
.
png
");
background-size: 30rem;
width: 80vw;
height: 25vh;
background-repeat: no-repeat
}
.skeleton-img{
.skeleton-img{
padding: 8rem;
padding: 8rem;
}
}
...
...
resources/views/livewire/search/partials/tabs/id/document_history.blade.php
View file @
d103e97a
...
@@ -206,6 +206,14 @@
...
@@ -206,6 +206,14 @@
border-radius: 6.25rem;
border-radius: 6.25rem;
opacity: .5
opacity: .5
}
}
.table td{
font-size: 1.2rem !important;
}
.field-value-text{
font-size: 1.2rem !important;
}
</style>
</style>
</div>
</div>
resources/views/livewire/search/partials/tabs/passport_tabs/document_data.blade.php
View file @
d103e97a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<x-adminlte-card>
<x-adminlte-card>
@if(
$modalStatus
)
@if(
$modalStatus
)
<img class="
card
-
img
-
top
"
<img class="
card
-
img
-
top
"
src="
{{
asset
(
'../images/
imgplaceholder.pn
g'
)
}}
" alt="
Card
image
cap
">
src="
{{
asset
(
'../images/
passport-photo.jp
g'
)
}}
" alt="
Card
image
cap
">
@else
@else
<div class="
skeleton
skeleton
-
text
short
skeleton
-
img
"></div>
<div class="
skeleton
skeleton
-
text
short
skeleton
-
img
"></div>
@endif
@endif
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<div class="
col
-
12
text
-
center
">
<div class="
col
-
12
text
-
center
">
@if(isset(
$human_passport->identity_card_no
))
@if(isset(
$human_passport->identity_card_no
))
<small class="">Country of Birth</small>
<small class="">Country of Birth</small>
<p class="
card
-
text
">
KEN
</p>
<p class="
card
-
text
">
{{
$human_passport->birth_country
}}
</p>
<span class="
fi
fi
-
ke
" style="
font
-
size
:
2
rem
;
"></span>
<span class="
fi
fi
-
ke
" style="
font
-
size
:
2
rem
;
"></span>
@else
@else
<div class="
skeleton
skeleton
-
text
short
"></div>
<div class="
skeleton
skeleton
-
text
short
"></div>
...
@@ -40,18 +40,7 @@
...
@@ -40,18 +40,7 @@
</div>
</div>
</div>
</div>
@if(
$role->hasPermissionTo
("
Basic
View
ID
Details
"))
<div class="
row
">
@if(isset(
$human_passport->identity_card_no
))
<x-adminlte-card style="
margin
:
1
rem
auto
;
">
<img class="
card
-
img
-
top
" height="
100
"
src="
{{
asset
(
'../images/fingerprints/biometric.png'
)
}}
" alt="
Card
image
cap
">
</x-adminlte-card>
@else
<div class="
skeleton
skeleton
-
text
short
"></div>
@endif
</div>
@endif
</div>
</div>
<div class="
col
-
6
" style="
padding
-
left
:
27
px
;
">
<div class="
col
-
6
" style="
padding
-
left
:
27
px
;
">
...
@@ -68,7 +57,7 @@
...
@@ -68,7 +57,7 @@
@endif
@endif
</div>
</div>
<div class="
col
-
6
">
<div class="
col
-
6
">
<small>
Sur name
</small>
<small>
Nationality
</small>
@if(isset(
$human_passport->mother_passport_no
))
@if(isset(
$human_passport->mother_passport_no
))
-
-
@else
@else
...
@@ -108,7 +97,7 @@
...
@@ -108,7 +97,7 @@
<div class="
cardLine2
"></div>
<div class="
cardLine2
"></div>
<div class="
row
">
<div class="
row
">
<div class="
col
-
8
">
<div class="
col
-
8
">
<small>
Mother
</small>
<small>
Place of Birth
</small>
@if(isset(
$human_passport->mother_name
))
@if(isset(
$human_passport->mother_name
))
<p class="
field
-
value
">
<p class="
field
-
value
">
<i class="
fas
fa
-
female
" style="
color
:
#008500;"></i>
<i class="
fas
fa
-
female
" style="
color
:
#008500;"></i>
...
@@ -120,7 +109,7 @@
...
@@ -120,7 +109,7 @@
</div>
</div>
@if(
$role->hasPermissionTo
("
Basic
View
Passport
Details
"))
@if(
$role->hasPermissionTo
("
Basic
View
Passport
Details
"))
<div class="
col
-
4
">
<div class="
col
-
4
">
<small>
UPI no.
</small>
<small>
Signature
</small>
@if(isset(
$human_passport->mother_identity_card_no
))
@if(isset(
$human_passport->mother_identity_card_no
))
<p class="
field
-
value
">
<p class="
field
-
value
">
{{
$human_passport->mother_identity_card_no
}}
{{
$human_passport->mother_identity_card_no
}}
...
@@ -130,7 +119,7 @@
...
@@ -130,7 +119,7 @@
@endif
@endif
</div>
</div>
<div class="
col
-
12
">
<div class="
col
-
12
">
<small>
Passport No.
</small>
<small>
Biometric details
</small>
@if(isset(
$human_passport->mother_passport_no
))
@if(isset(
$human_passport->mother_passport_no
))
<p class="
field
-
value
">
<p class="
field
-
value
">
{{
$human_passport->mother_passport_no
}}
{{
$human_passport->mother_passport_no
}}
...
@@ -140,40 +129,6 @@
...
@@ -140,40 +129,6 @@
@endif
@endif
</div>
</div>
@endif
@endif
<div class="
col
-
8
">
<small>Father</small>
@if(
$human_passport->father_name
)
<p class="
field
-
value
">
<i class="
fas
fa
-
male
" style="
color
:
#008500;"></i>
{{
$human_passport
->
father_name
}}
</
p
>
@
else
<
div
class
="
skeleton
skeleton
-
text
short
"></div>
@endif
</div>
@if(
$role->hasPermissionTo
("
Basic
View
Passport
Details
"))
<div class="
col
-
4
">
<small>UPI no.</small>
@if(
$human_passport->father_identity_card_no
)
<p class="
field
-
value
">
{{
$human_passport->father_identity_card_no
}}
</p>
@else
<div class="
skeleton
skeleton
-
text
short
"></div>
@endif
</div>
<div class="
col
-
12
">
<small>Passport no.</small>
@if(
$human_passport->father_passport_no
)
<p class="
field
-
value
">
$human_passport->father_passport_no
</p>
@else
<div class="
skeleton
skeleton
-
text
short
"></div>
@endif
</div>
@endif
</div>
</div>
@endif
@endif
</div>
</div>
...
...
resources/views/livewire/search/passport-modal.blade.php
View file @
d103e97a
...
@@ -11,16 +11,14 @@
...
@@ -11,16 +11,14 @@
@endphp
@endphp
<x-adminlte-modal
id=
"searchModalPassport"
class=
"{{ $modalStatus }}"
style=
"{{ $modalStyle }}"
size=
"lg"
<x-adminlte-modal
id=
"searchModalPassport"
class=
"{{ $modalStatus }}"
style=
"{{ $modalStyle }}"
size=
"lg"
title=
"Passport Details: {{ $fname }} {{ $sname }}"
v-centered
static-backdrop
scrollable
>
title=
"{{ $fname }} {{ $sname }}'s Passport Details"
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)
<a
class=
"nav-link active"
id=
"custom-tabs-four-home-tab"
data-toggle=
"pill"
<a
class=
"nav-link active"
id=
"custom-tabs-four-home-tab"
data-toggle=
"pill"
href=
"#custom-tabs-four-home"
role=
"tab"
aria-controls=
"custom-tabs-four-home"
aria-selected=
"true"
>
href=
"#custom-tabs-four-home"
role=
"tab"
aria-controls=
"custom-tabs-four-home"
aria-selected=
"true"
>
Document data
Document data
</a>
</a>
@else
@else
...
...
resources/views/livewire/search/resultsmodal.blade.php
View file @
d103e97a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@endphp
@endphp
<x-adminlte-modal
id=
"searchModalBasic"
class=
"{{ $modalStatus }}"
style=
"{{ $modalStyle }}"
size=
"lg"
<x-adminlte-modal
id=
"searchModalBasic"
class=
"{{ $modalStatus }}"
style=
"{{ $modalStyle }}"
size=
"lg"
title=
"{{ $fname }} {{ $mname }} {{ $sname }}"
v-centered
static-backdrop
scrollable
>
title=
"
ID Details:
{{ $fname }} {{ $mname }} {{ $sname }}"
v-centered
static-backdrop
scrollable
>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<ul
class=
"nav nav-tabs"
id=
"custom-tabs-six-tab"
role=
"tablist"
>
<ul
class=
"nav nav-tabs"
id=
"custom-tabs-six-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"]))
...
...
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