Commit ff68a722 authored by Michael Ngei's avatar Michael Ngei

passport updates

parent 141316c3
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
@endif @endif
</x-adminlte-card> </x-adminlte-card>
<div class="row" style="width: 100%;"> <div class="row" style="width: 100%;">
@if($role->hasPermissionTo("Basic View ID Details")) @if($role->hasPermissionTo("Basic View ID Details"))
<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))
...@@ -224,7 +222,6 @@ ...@@ -224,7 +222,6 @@
</td> </td>
<td> <td>
@if(isset($human_passport->expiry_date)) @if(isset($human_passport->expiry_date))
@if ($doc_date < $currentDate) @if ($doc_date < $currentDate)
<h4> <h4>
<span class="badge badge-danger"> <span class="badge badge-danger">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment