Sindbad~EG File Manager

Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/
Upload File :
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/credit_points.blade.php

@extends('layout') 
@section('title')
<title>{{ CustomClass::$Title }}</title>
@stop @section('scriptTop')
{{ HTML::script('/js/ajaxloader.js') }}
{{ HTML::script('/js/jquery.validate.js') }}
@stop
@section('scriptBottom')
<script type="text/javascript">
   $(document).ready(function() {
     document.cookie = "title=''";
     $('.msgerror').hide();
   
     $("#btn_AAC_2019").click(function() {
   
         var isvalid =true;
         var file    = $('#from_AAC_2019 input[type=file]').val();
         $('#from_AAC_2019 #msgerror').hide();
         $('#from_AAC_2019').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_AAC_2019").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_AAC_2019 #msgerror').show();
                     $('#from_AAC_2019 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_AAC_2019").valid() && isvalid)
         {
   
          $('#btn_AAC_2019').prop('disabled', true);
           $('#btn_AAC_2019').val("File Uploading Please wait..");
           $('#from_AAC_2019').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
     $("#btn_AAC_2020").click(function() {
   
         var isvalid =true;
         var file    = $('#from_AAC_2020 input[type=file]').val();
         $('#from_AAC_2020 #msgerror').hide();
         $('#from_AAC_2020').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_AAC_2020").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_AAC_2020 #msgerror').show();
                     $('#from_AAC_2020 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_AAC_2020").valid() && isvalid)
         {
   
          $('#btn_AAC_2020').prop('disabled', true);
           $('#btn_AAC_2020').val("File Uploading Please wait..");
           $('#from_AAC_2020').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
     
      $("#btn_AAC_2021").click(function() {
   
         var isvalid =true;
         var file    = $('#from_AAC_2021 input[type=file]').val();
         $('#from_AAC_2021 #msgerror').hide();
         $('#from_AAC_2021').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_AAC_2021").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_AAC_2021 #msgerror').show();
                     $('#from_AAC_2021 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_AAC_2021").valid() && isvalid)
         {
   
          $('#btn_AAC_2021').prop('disabled', true);
           $('#btn_AAC_2021').val("File Uploading Please wait..");
           $('#from_AAC_2021').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
      $("#btn_AAC_2022").click(function() {
   
         var isvalid =true;
         var file    = $('#from_AAC_2022 input[type=file]').val();
         $('#from_AAC_2022 #msgerror').hide();
         $('#from_AAC_2022').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_AAC_2022").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_AAC_2022 #msgerror').show();
                     $('#from_AAC_2022 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_AAC_2022").valid() && isvalid)
         {
   
          $('#btn_AAC_2022').prop('disabled', true);
           $('#btn_AAC_2022').val("File Uploading Please wait..");
           $('#from_AAC_2022').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
     
     
     $("#btn_IJO_2019").click(function() {
   
         var isvalid =true;
         var file    = $('#from_IJO_2019 input[type=file]').val();
         $('#from_IJO_2019 #msgerror').hide();
         $('#from_IJO_2019').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_IJO_2019").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_IJO_2019 #msgerror').show();
                     $('#from_IJO_2019 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_IJO_2019").valid() && isvalid)
         {
   
          $('#btn_IJO_2019').prop('disabled', true);
           $('#btn_IJO_2019').val("File Uploading Please wait..");
           $('#from_IJO_2019').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
   
   $("#btn_IJO_2020").click(function() {
   
         var isvalid =true;
         var file    = $('#from_IJO_2020 input[type=file]').val();
         $('#from_IJO_2020 #msgerror').hide();
         $('#from_IJO_2020').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_IJO_2020").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_IJO_2020 #msgerror').show();
                     $('#from_IJO_2020 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_IJO_2020").valid() && isvalid)
         {
   
          $('#btn_IJO_2020').prop('disabled', true);
           $('#btn_IJO_2020').val("File Uploading Please wait..");
           $('#from_IJO_2020').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
   
   
   
   $("#btn_IJO_2021").click(function() {
   
         var isvalid =true;
         var file    = $('#from_IJO_2021 input[type=file]').val();
         $('#from_IJO_2021 #msgerror').hide();
         $('#from_IJO_2021').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_IJO_2021").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_IJO_2021 #msgerror').show();
                     $('#from_IJO_2021 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_IJO_2021").valid() && isvalid)
         {
   
          $('#btn_IJO_2021').prop('disabled', true);
           $('#btn_IJO_2021').val("File Uploading Please wait..");
           $('#from_IJO_2021').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
   
   
   $("#btn_IJO_2022").click(function() {
   
         var isvalid =true;
         var file    = $('#from_IJO_2022 input[type=file]').val();
         $('#from_IJO_2022 #msgerror').hide();
         $('#from_IJO_2022').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_IJO_2022").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_IJO_2022 #msgerror').show();
                     $('#from_IJO_2022 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_IJO_2022").valid() && isvalid)
         {
   
          $('#btn_IJO_2022').prop('disabled', true);
           $('#btn_IJO_2022').val("File Uploading Please wait..");
           $('#from_IJO_2022').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
   
   
     $("#btn_CME_2019").click(function() {
   
         var isvalid =true;
         var file    = $('#from_CME_2019 input[type=file]').val();
         $('#from_CME_2019 #msgerror').hide();
         $('#from_CME_2019').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_CME_2019").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_CME_2019 #msgerror').show();
                     $('#from_CME_2019 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_CME_2019").valid() && isvalid)
         {
   
          $('#btn_CME_2019').prop('disabled', true);
           $('#btn_CME_2019').val("File Uploading Please wait..");
           $('#from_CME_2019').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
       $("#btn_CME_2020").click(function() {
   
         var isvalid =true;
         var file    = $('#from_CME_2020 input[type=file]').val();
         $('#from_CME_2020 #msgerror').hide();
         $('#from_CME_2020').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_CME_2020").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_CME_2020 #msgerror').show();
                     $('#from_CME_2020 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_CME_2020").valid() && isvalid)
         {
   
          $('#btn_CME_2020').prop('disabled', true);
           $('#btn_CME_2020').val("File Uploading Please wait..");
           $('#from_CME_2020').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
      $("#btn_CME_2021").click(function() {
   
         var isvalid =true;
         var file    = $('#from_CME_2021 input[type=file]').val();
         $('#from_CME_2021 #msgerror').hide();
         $('#from_CME_2021').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_CME_2021").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_CME_2021 #msgerror').show();
                     $('#from_CME_2021 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_CME_2021").valid() && isvalid)
         {
   
          $('#btn_CME_2021').prop('disabled', true);
           $('#btn_CME_2021').val("File Uploading Please wait..");
           $('#from_CME_2021').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
     
     $("#btn_CME_2022").click(function() {
   
         var isvalid =true;
         var file    = $('#from_CME_2022 input[type=file]').val();
         $('#from_CME_2022 #msgerror').hide();
         $('#from_CME_2022').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_CME_2022").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_CME_2022 #msgerror').show();
                     $('#from_CME_2022 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_CME_2022").valid() && isvalid)
         {
   
          $('#btn_CME_2022').prop('disabled', true);
           $('#btn_CME_2022').val("File Uploading Please wait..");
           $('#from_CME_2022').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
     $("#btn_ARC_2019").click(function() {
   
         var isvalid =true;
         var file    = $('#from_ARC_2019 input[type=file]').val();
         $('#from_ARC_2019 #msgerror').hide();
         $('#from_ARC_2019').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_ARC_2019").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_ARC_2019 #msgerror').show();
                     $('#from_ARC_2019 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_ARC_2019").valid() && isvalid)
         {
   
          $('#btn_ARC_2019').prop('disabled', true);
           $('#btn_ARC_2019').val("File Uploading Please wait..");
           $('#from_ARC_2019').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
     $("#btn_ARC_2020").click(function() {
   
         var isvalid =true;
         var file    = $('#from_ARC_2020 input[type=file]').val();
         $('#from_ARC_2020 #msgerror').hide();
         $('#from_ARC_2020').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_ARC_2020").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_ARC_2020 #msgerror').show();
                     $('#from_ARC_2020 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_ARC_2020").valid() && isvalid)
         {
   
          $('#btn_ARC_2020').prop('disabled', true);
           $('#btn_ARC_2020').val("File Uploading Please wait..");
           $('#from_ARC_2020').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
      $("#btn_ARC_2021").click(function() {
   
         var isvalid =true;
         var file    = $('#from_ARC_2021 input[type=file]').val();
         $('#from_ARC_2021 #msgerror').hide();
         $('#from_ARC_2021').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_ARC_2021").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_ARC_2021 #msgerror').show();
                     $('#from_ARC_2021 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_ARC_2021").valid() && isvalid)
         {
   
          $('#btn_ARC_2021').prop('disabled', true);
           $('#btn_ARC_2021').val("File Uploading Please wait..");
           $('#from_ARC_2021').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
     
     $("#btn_ARC_2022").click(function() {
   
         var isvalid =true;
         var file    = $('#from_ARC_2022 input[type=file]').val();
         $('#from_ARC_2022 #msgerror').hide();
         $('#from_ARC_2022').validate({
                   rules: {
                       file: {
                           required: true,
                           // extension : "png|jpg|jpeg"
                       }
                  },
                  messages: {
                         file:
                         {
                           required:"Please choose the file",
                         }
                  }
         });
         if($("#from_ARC_2022").valid())
         {
                 if (!file.match(/\.(?:png|jpg|jpeg)$/)) {
                   $('#from_ARC_2022 #msgerror').show();
                     $('#from_ARC_2022 #msgerror').text('Sorry! Can not accept files of this type.Only image files are allowed');
                     isvalid =false;
                 }
         }
         if($("#from_ARC_2022").valid() && isvalid)
         {
   
          $('#btn_ARC_2022').prop('disabled', true);
           $('#btn_ARC_2022').val("File Uploading Please wait..");
           $('#from_ARC_2022').submit();
   
           //return true;
         }
         else
         {
           //return false;
         }
   
   
     });
   
   
   
   });
   
   
   
   function PopModal(id,title) {
     $('#'+id).modal('show');
     var js_title = title;
   }
   
</script>
@stop @section('content') @section('ContentTitle') AIOS CME Credit points @stop
<?php $total_counts = 0; $total_credit_points_19 = 0; $total_credit_points_20 = 0; $total_credit_points_21 = 0; $total_credit_points_22 =0; $total_credit_points_23 =0; ?>
<style type="text/css">
   a {
   color: red;
   }
</style>
<!-- <h3 style=""> AIOC 2019 INDORE </h3> -->
<table class="table table-bordered">
   <thead>
      <tr>
         <th width="35%;" rowspan="2"></th>
         <th width="25%;" rowspan="2">Participated as</th>
         <th width="10%;" rowspan="2">Credit Points</th>
         <th width="15%;" colspan="5">Credit Points Earned</th>
      </tr>
      <tr>
         <th width="15%;">AIOC 2019 INDORE</th>
         <th width="15%;">AIOC 2020 GURUGRAM</th>
         <th width="15%;">AIOC 2021 </th>
         <th width="15%;">AIOC 2022 </th>
         <th width="15%;">AIOC 2023 </th>
      </tr>
   </thead>
   <tr style="background:#FFC000;">
      <td style="text-align: left"><b>Annual AIOS Conference</b>
         <br />
      </td>
      <td style="text-align: left"><b>Registration & Attendance</b></td>
      <td  data-label="CREDIT POINTS" style="text-align: center"><b>4</b></td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019" style="text-align: center">
         <b>
            @if(isset($list_AAC) && count($list_AAC) >0)
                @if(!isset($list_AAC[0]->is_verified))
                    <b class="red">File received.  The credit points shall be added upon verification of the file
                    </b>
                @elseif(intval($list_AAC[0]->is_verified)==1)
                4
                <?php $total_credit_points_19 += 4; ?>
                @else
                The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                 <a href="#!" onclick="PopModal('Modal_Conference_2019','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
                @endif
            @else
                <a href="#!" onclick="PopModal('Modal_Conference_2019','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
            @endif   
         </b>
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020" style="text-align: center">
         <b>
            @if(isset($list_AAC_2020) && count($list_AAC_2020) >0)
                @if(!isset($list_AAC_2020[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
                @elseif(intval($list_AAC_2020[0]->is_verified)>0)
                    4
                    <?php $total_credit_points_20 += 4; ?>
                @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_Conference_2020','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
                @endif
            @else
                <a href="#!" onclick="PopModal('Modal_Conference_2020','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
            @endif            
            <br />
         </b>
         </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021" style="text-align: center">
           <b>
            @if(isset($list_AAC_2021) && count($list_AAC_2021) >0)
                @if(!isset($list_AAC_2021[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
                @elseif(intval($list_AAC_2021[0]->is_verified)>0)
                    4
                    <?php $total_credit_points_21 += 4; ?>
                @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_Conference_2021','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
                @endif
            @else
                <a href="#!" onclick="PopModal('Modal_Conference_2021','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
            @endif            
            <br />
        </td>    
        <td data-label="CREDIT POINTS EARNED AIOC 2022" style="text-align: center">
           <b>
            @if(isset($list_AAC_2022) && count($list_AAC_2022) >0)
                @if(!isset($list_AAC_2022[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
                @elseif(intval($list_AAC_2022[0]->is_verified)>0)
                    4
                    <?php $total_credit_points_22 += 4; ?>
                @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_Conference_2022','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
                @endif
            @else
                <a href="#!" onclick="PopModal('Modal_Conference_2022','Annual AIOS Conference')">
                   <!-- <a href="#" data-toggle="modal" data-target="#Modal_Conference"> --> 
                   ( Please upload Participation certificate Scanned Copy )
                </a>
            @endif            
            <br />
        </td>  
        <td data-label="CREDIT POINTS EARNED AIOC 2023" style="text-align: center">
           <b>    
            <br />
        </td>
   </tr>
   <tbody>
      <?php
         $temp_title ='';
         ?>
      @foreach ($result_current_year as $key => $value)
      <?php 
         $total_counts +=$value->counts;
         $total_credit_points_23 +=$value->credit_points;
         $total_credit_points_22 +=isset($result_2022[$value->cp_id])? $result_2022[$value->cp_id]->credit_points:0;
         $total_credit_points_21 +=isset($result_2021[$value->cp_id])? $result_2021[$value->cp_id]->credit_points:0;
         $total_credit_points_20 +=isset($result_2020[$value->cp_id])? $result_2020[$value->cp_id]->credit_points:0;
         $total_credit_points_19 +=isset($result_2019[$value->cp_id])? $result_2019[$value->cp_id]->credit_points:0;
         ?>
      <tr style="background:{{$value->color_code}};">
         @if($temp_title!=$value->session_title)
         <?php $temp_title=$value->session_title;
            ?>
         <td style="text-align: left"><b>{{$value->session_title}}</b></td>
         @else
         <td style="text-align: left"><b></b></td>
         @endif
         <td style="text-align: left">{{$value->session_name}}</td>
         @if($value->per_credit_points!=0)
         <td data-label="CREDIT POINTS" style="text-align:center">{{$value->per_credit_points}}</td>
         @else
         <td data-label="CREDIT POINTS" style="text-align: left"><b></b></td>
         @endif
         @if(isset($result_2019[$value->cp_id]) && $result_2019[$value->cp_id]->credit_points!=0)
         <td data-label="CREDIT POINTS EARNED AIOC 2019"> 
            {{ $result_2019[$value->cp_id]->credit_points}}
         </td>
         @else
         <td data-label="CREDIT POINTS EARNED AIOC 2019" style="text-align: left"><b><br /></b></td>
         @endif
         @if(isset($result_2020[$value->cp_id]) && $result_2020[$value->cp_id]->credit_points!=0)
         <td data-label="CREDIT POINTS EARNED AIOC 2020"> 
            {{ $result_2020[$value->cp_id]->credit_points}}
         </td>
         @else
         <td data-label="CREDIT POINTS EARNED AIOC 2020" style="text-align: left"><b><br /></b></td>
         @endif
         @if(isset($result_2021[$value->cp_id]) && $result_2021[$value->cp_id]->credit_points!=0)
         <td data-label="CREDIT POINTS EARNED AIOC 2021"> 
            {{ $result_2021[$value->cp_id]->credit_points}}
         </td>
         @else
         <td data-label="CREDIT POINTS EARNED AIOC 2021" style="text-align: left"><b><br /></b></td>
         @endif
         @if(isset($result_2022[$value->cp_id]) && $result_2022[$value->cp_id]->credit_points!=0)
         <td data-label="CREDIT POINTS EARNED AIOC 2022"> 
            {{ $result_2022[$value->cp_id]->credit_points}}
         </td>
         @else
         <td data-label="CREDIT POINTS EARNED AIOC 2022" style="text-align: left"><b><br /></b></td>
         @endif
         @if($value->credit_points!=0)
         <td data-label="CREDIT POINTS EARNED AIOC 2023">{{$value->credit_points}}</td>
         @else
         <td data-label="CREDIT POINTS EARNED AIOC 2023" style="text-align: left"><b><br /></b></td>
         @endif
      </tr>
      @endforeach
   </tbody>
   <tr style="background:#FFC000;">
      <td colspan="2">Named AIOS Award
         (which are to be one of the 11 Applied Awards)
      </td>
      <td data-label="CREDIT POINTS" >12</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019"><br /></td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020"><br /></td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021"><br /></td>
      <td data-label="CREDIT POINTS EARNED AIOC 2022"><br /></td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:yellow;">
      <td rowspan="3" style="vertical-align: middle;">IJO
         <br />
         <?php 
            $is_verified_ijo = false; 
            $is_verified_ijo_2020 = false; 
            $is_verified_ijo_2021 = false; 
            $is_verified_ijo_2022 = false; 
            ?>
      </td>
      <td>Original Paper</td>
      <td data-label="CREDIT POINTS" >4</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if(isset($list_IJO) && count($list_IJO) >0)
             @if(!isset($list_IJO[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_IJO[0]->is_verified)>0)
             4
             <?php  $is_verified_ijo =true; $total_credit_points_19 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                     <a href="#!" onclick="PopModal('Modal_IJO_2019','IJO')">
                     ( Kindly Upload Proof / Scanned copy )
                     </a>
             @endif  
         @else
             <a href="#!" onclick="PopModal('Modal_IJO_2019','IJO')">
             ( Kindly Upload Proof / Scanned copy )
             </a>
         @endif 
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if(isset($list_IJO_2020) && count($list_IJO_2020) >0)
             @if(!isset($list_IJO_2020[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_IJO_2020[0]->is_verified)>0)
             4
             <?php $is_verified_ijo_2020 =true;  $total_credit_points_20 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                     <a href="#!" onclick="PopModal('Modal_IJO_2020','IJO')">
                     ( Kindly Upload Proof / Scanned copy )
                     </a>
             @endif  
         @else
             <a href="#!" onclick="PopModal('Modal_IJO_2020','IJO')">
             ( Kindly Upload Proof / Scanned copy )
             </a>
         @endif  
         <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if(isset($list_IJO_2021) && count($list_IJO_2021) >0)
             @if(!isset($list_IJO_2021[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_IJO_2021[0]->is_verified)>0)
             4
             <?php $is_verified_ijo_2021 =true;  $total_credit_points_21 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                     <a href="#!" onclick="PopModal('Modal_IJO_2021','IJO')">
                     ( Kindly Upload Proof / Scanned copy )
                     </a>
             @endif  
         @else
             <a href="#!" onclick="PopModal('Modal_IJO_2021','IJO')">
             ( Kindly Upload Proof / Scanned copy )
             </a>
         @endif  
         <br />
      </td>
        <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if(isset($list_IJO_2022) && count($list_IJO_2022) >0)
             @if(!isset($list_IJO_2022[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_IJO_2022[0]->is_verified)>0)
             4
             <?php $is_verified_ijo_2022 =true;  $total_credit_points_22 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                     <a href="#!" onclick="PopModal('Modal_IJO_2022','IJO')">
                     ( Kindly Upload Proof / Scanned copy )
                     </a>
             @endif  
         @else
             <a href="#!" onclick="PopModal('Modal_IJO_2022','IJO')">
             ( Kindly Upload Proof / Scanned copy )
             </a>
         @endif  
         <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:yellow;">
      <td>Case report / Communication</td>
      <td data-label="CREDIT POINTS" >2</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if($is_verified_ijo)
         2
         <?php 
            $total_credit_points_19 += 2; ?>
         @endif    <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if($is_verified_ijo_2020)
         2
         <?php 
            $total_credit_points_20 += 2; ?>
         @endif  <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if($is_verified_ijo_2021)
         2
         <?php 
            $total_credit_points_21 += 2; ?>
         @endif  <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if($is_verified_ijo_2022)
         2
         <?php 
            $total_credit_points_22 += 2; ?>
         @endif  <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:yellow;">
      <td>Reviewer</td>
      <td data-label="CREDIT POINTS" >2</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if($is_verified_ijo)
         2
         <?php 
            $total_credit_points_19 += 2; ?>
         @endif   <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if($is_verified_ijo_2020)
         2
         <?php 
            $total_credit_points_20 += 2; ?>
         @endif  <br />                
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if($is_verified_ijo_2021)
         2
         <?php 
            $total_credit_points_21 += 2; ?>
         @endif  <br />                
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if($is_verified_ijo_2022)
         2
         <?php 
            $total_credit_points_22 += 2; ?>
         @endif  <br />                
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:#FFC000;">
      <td rowspan="1">Elected GC Member</td>
      <td >Per Term </td>
      <td data-label="CREDIT POINTS" >4</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if(isset($custom_points_2019["Elected GC Member"]))
         4  
         <?php 
            $total_credit_points_19 += 4; ?>
         @endif    <br />           
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if(isset($custom_points_2020["Elected GC Member"]))
         4  
         <?php 
            $total_credit_points_20 += 4; ?>
         @endif    <br />           
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if(isset($custom_points_2021["Elected GC Member"]))
         4  
         <?php 
            $total_credit_points_21 += 4; ?>
         @endif    <br />           
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if(isset($custom_points_2022["Elected GC Member"]))
         4  
         <?php 
            $total_credit_points_22 += 4; ?>
         @endif    <br />           
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:#FFC000;">
      <td> Member SC / Member ARC /Joint Secretary / Joint Treasurer</td>
      <td>Per Term </td>
      <td data-label="CREDIT POINTS" >2</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if(isset($custom_points_2019["Member SC"]))
         2 
         <?php 
            $total_credit_points_19 += 2; ?>
         @elseif(isset($custom_points_2019["Member ARC"]))
         2
         <?php 
            $total_credit_points_19 += 2; ?>
         @elseif(isset($custom_points_2019["Joint Secretary"]))
         2
         <?php 
            $total_credit_points_19 += 2; ?>
         @elseif(isset($custom_points_2019["Joint Treasurer"]))
         2
         <?php 
            $total_credit_points_19 += 2; ?>
         @endif<br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if(isset($custom_points_2020["Member SC"]))
         2 
         <?php 
            $total_credit_points_20 += 2; ?>
         @elseif(isset($custom_points_2020["Member ARC"]))
         2
         <?php 
            $total_credit_points_20 += 2; ?>
         @elseif(isset($custom_points_2020["Joint Secretary"]))
         2
         <?php 
            $total_credit_points_20 += 2; ?>
         @elseif(isset($custom_points_2020["Joint Treasurer"]))
         2
         <?php 
            $total_credit_points_20 += 2; ?>
         @endif<br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if(isset($custom_points_2021["Member SC"]))
         2 
         <?php 
            $total_credit_points_21 += 2; ?>
         @elseif(isset($custom_points_2021["Member ARC"]))
         2
         <?php 
            $total_credit_points_21 += 2; ?>
         @elseif(isset($custom_points_2021["Joint Secretary"]))
         2
         <?php 
            $total_credit_points_21 += 2; ?>
         @elseif(isset($custom_points_2021["Joint Treasurer"]))
         2
         <?php 
            $total_credit_points_21 += 2; ?>
         @endif<br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if(isset($custom_points_2022["Member SC"]))
         2 
         <?php 
            $total_credit_points_22 += 2; ?>
         @elseif(isset($custom_points_2022["Member ARC"]))
         2
         <?php 
            $total_credit_points_22 += 2; ?>
         @elseif(isset($custom_points_2022["Joint Secretary"]))
         2
         <?php 
            $total_credit_points_22 += 2; ?>
         @elseif(isset($custom_points_2022["Joint Treasurer"]))
         2
         <?php 
            $total_credit_points_22 += 2; ?>
         @endif<br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:#00B0F0;">
      <td rowspan="2" style="vertical-align: middle;">CME/PPP
         <br />
         <?php 
            $is_verified_cme = false; 
            $is_verified_cme_2020 = false; 
            $is_verified_cme_2021 = false; 
            $is_verified_cme_2022 = false; 
            ?>
      </td>
      <td> Author</td>
      <td data-label="CREDIT POINTS" >4</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if(isset($list_CME) && count($list_CME) >0)
             @if(!isset($list_CME[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_CME[0]->is_verified)>0)
             4
             <?php $is_verified_cme = true ?>
             <?php $total_credit_points_19 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_CME_2019','CME/PPP')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                    </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_CME_2019','CME/PPP')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif   
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if(isset($list_CME_2020) && count($list_CME_2020) >0)
             @if(!isset($list_CME_2020[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_CME_2020[0]->is_verified)>0)
             4
             <?php $is_verified_cme_2020 = true; ?>
             <?php $total_credit_points_20 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_CME_2020','CME/PPP')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                    </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_CME_2020','CME/PPP')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif  
         <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if(isset($list_CME_2021) && count($list_CME_2021) >0)
             @if(!isset($list_CME_2021[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_CME_2021[0]->is_verified)>0)
             4
             <?php $is_verified_cme_2021 = true; ?>
             <?php $total_credit_points_21 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_CME_2021','CME/PPP')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                    </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_CME_2021','CME/PPP')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif  
         <br />        
      </td>
       <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if(isset($list_CME_2022) && count($list_CME_2022) >0)
             @if(!isset($list_CME_2022[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_CME_2022[0]->is_verified)>0)
             4
             <?php $is_verified_cme_2022 = true; ?>
             <?php $total_credit_points_22 += 4; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_CME_2022','CME/PPP')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                    </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_CME_2022','CME/PPP')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif  
         <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:#00B0F0;">
      <td>Reviewer</td>
      <td data-label="CREDIT POINTS" >2</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if($is_verified_cme)
         2
         <?php 
            $total_credit_points_19 += 2; ?>
         @endif  <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if($is_verified_cme_2020)
         2
         <?php 
            $total_credit_points_20 += 2; ?>
         @endif  <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if($is_verified_cme_2021)
         2
         <?php 
            $total_credit_points_21 += 2; ?>
         @endif  <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if($is_verified_cme_2022)
         2
         <?php 
            $total_credit_points_22 += 2; ?>
         @endif  <br />        
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:#00B0F0;">
      <td rowspan="1">ARC Sessions/LDP Sessions
      </td>
      <td>Presenter</td>
      <td data-label="CREDIT POINTS" >2</td>
      <td data-label="CREDIT POINTS EARNED AIOC 2019">
         @if(isset($list_ARC) && count($list_ARC) >0)
             @if(!isset($list_ARC[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_ARC[0]->is_verified)>0)
             2
             <?php $total_credit_points_19 += 2; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_ARC_2019','ARC Sessions/LDP Sessions')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                     </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_ARC_2019','ARC Sessions/LDP Sessions')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2020">
         @if(isset($list_ARC_2020) && count($list_ARC_2020) >0)
             @if(!isset($list_ARC_2020[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_ARC_2020[0]->is_verified)>0)
             2
             <?php $is_verified_arc_2020 = true; ?>
             <?php $total_credit_points_20 += 2; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_ARC_2020','ARC Sessions/LDP Sessions')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                     </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_ARC_2020','ARC Sessions/LDP Sessions')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif
         <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2021">
         @if(isset($list_ARC_2021) && count($list_ARC_2021) >0)
             @if(!isset($list_ARC_2021[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_ARC_2021[0]->is_verified)>0)
             2
             <?php $is_verified_arc_2021 = true; ?>
             <?php $total_credit_points_21 += 2; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_ARC_2021','ARC Sessions/LDP Sessions')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                     </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_ARC_2021','ARC Sessions/LDP Sessions')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif
         <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2022">
         @if(isset($list_ARC_2022) && count($list_ARC_2022) >0)
             @if(!isset($list_ARC_2022[0]->is_verified))
                <b class="red">File received.  The credit points shall be added upon verification of the file
                </b>
             @elseif(intval($list_ARC_2022[0]->is_verified)>0)
             2
             <?php $is_verified_arc_2022 = true; ?>
             <?php $total_credit_points_22 += 2; ?>
             @else
                    The proof uploaded is not valid.  Kindly upload a valid proof.  If you think the proof is valid,  please send the proof to <a href="mailto:support@aios-online.com">support@aios-online.com</a> with the description to substantiate the same and the support team will revert in 3 working days
                    <a href="#!" onclick="PopModal('Modal_ARC_2022','ARC Sessions/LDP Sessions')">
                     ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
                     </a>
             @endif
         @else
             <a href="#!" onclick="PopModal('Modal_ARC_2022','ARC Sessions/LDP Sessions')">
             ( Kindly Upload Proof / Scanned copy from <b>Chairman ARC</b> )
             </a>
         @endif
         <br />
      </td>
      <td data-label="CREDIT POINTS EARNED AIOC 2023"><br /></td>
   </tr>
   <tr style="background:#ccc;">
      <td style="text-align: center" colspan="2"><b> GRAND TOTAL</b></td>
      <td data-label="TOTAL NO. OF SESSIONS"><b><br/></b></td>
      <td data-label="TOTAL CREDIT POINTS EARNED AIOC 2019"><b>{{$total_credit_points_19}}</b></td>
      <td data-label="TOTAL CREDIT POINTS EARNED AIOC 2020"><b>{{$total_credit_points_20}}</b></td>
      <td data-label="TOTAL CREDIT POINTS EARNED AIOC 2021"><b>{{$total_credit_points_21}}</b></td>
      <td data-label="TOTAL CREDIT POINTS EARNED AIOC 2022"><b>{{$total_credit_points_22}}</b></td>
      <td data-label="TOTAL CREDIT POINTS EARNED AIOC 2023"><b>{{$total_credit_points_23}}</b></td>
   </tr>
</table>
<table class="table table-bordered">
   <thead>
      <tr>
         <th></th>
         <th style="text-align:center" width="310px;">Total Credit Points</th>
      </tr>
   </thead>
   <tr style="background:#FFC000;">
      <td style="text-align: center"><b> AIOS Achievement Award </b></td>
      <td data-label="TOTAL CREDIT POINTS" ><b>150</b></td>
   </tr>
   <tr style="background:#FFC000;">
      <td style="text-align: center"><b> AIOS Senior Achievement Award </b></td>
      <td data-label="TOTAL CREDIT POINTS"><b>300</b></td>
   </tr>
</table>
<div class="row margin30">
   <div class="col-md-12">
      <a href="{{ url('/abstracts') }}" class="btn btn-md btn-primary">GO BACK TO ABSTRACTS HOME</a>
   </div>
</div>
<!-- Sridhar On 25-Apr-2019 10:30 AM -->
<?php
   $url =  url('/response_credit_points').'?user_id='.$user_id;
   
   // Enter your Access Key ID
   $AWSAccessKeyId = 'AKIAIVJULUNYWYOTNLAQ';
   
   // Enter your Secret Access Key
   $AWSSecretKey = 'G9kEjx+3MfwYSPxupwRISUNDRecBAaqVhYKfFZp3';
   
   // Enter the name of the bucket you want to use for the samples
   $bucket = 'aiossc1';
   
   $policy = base64_encode(json_encode(array(
       'expiration' => '2027-01-01T00:00:00Z',
       'conditions' => array(
           array("eq", '$acl' , 'public-read'),
           array('bucket' => $bucket),
           array('starts-with', '$key', ''),
           // array('starts-with', '$Content-Type', '')
           array('starts-with','$success_action_redirect' , $url)
   
       )
   )));
   
   $signature = hash_hmac('sha1', $policy, $AWSSecretKey, true);
   $signature = base64_encode($signature);
   
   ?>
<!-- Annual AIOS Conference Modal -->
<div id="Modal_Conference_2019" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">AIOC 2019, Indore</h4>
         </div>
         <div class="modal-body">
            <form id="from_AAC_2019" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="AnnualAIOSConference2019/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Participation certificate Scanned Copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_AAC_2019" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_AAC) && count($list_AAC) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_AAC as $item)
                     <tr>
                        <td>
                           {{ str_replace('AnnualAIOSConference/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<!-- Annual AIOS Conference Modal -->
<div id="Modal_Conference_2020" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">AIOC 2020, Gurugram</h4>
         </div>
         <div class="modal-body">
            <form id="from_AAC_2020" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="AnnualAIOSConference2020/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Participation certificate Scanned Copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_AAC_2020" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_AAC_2020) && count($list_AAC_2020) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_AAC_2020 as $item)
                     <tr>
                        <td>
                           {{ str_replace('AnnualAIOSConference2020/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<div id="Modal_Conference_2021" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">AIOC 2021</h4>
         </div>
         <div class="modal-body">
            <form id="from_AAC_2021" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="AnnualAIOSConference2021/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Participation certificate Scanned Copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_AAC_2021" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_AAC_2021) && count($list_AAC_2021) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_AAC_2021 as $item)
                     <tr>
                        <td>
                           {{ str_replace('AnnualAIOSConference2021/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>


<div id="Modal_Conference_2022" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">AIOC 2022</h4>
         </div>
         <div class="modal-body">
            <form id="from_AAC_2022" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="AnnualAIOSConference2022/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Participation certificate Scanned Copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_AAC_2022" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_AAC_2022) && count($list_AAC_2022) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_AAC_2022 as $item)
                     <tr>
                        <td>
                           {{ str_replace('AnnualAIOSConference2022/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>





<!-- IJO Modal -->
<div id="Modal_IJO_2019" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">IJO 2019</h4>
         </div>
         <div class="modal-body">
            <form id="from_IJO_2019" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="IJO/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_IJO_2019" type="submit"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_IJO) && count($list_IJO) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_IJO as $item)
                     <tr>
                        <td>
                           {{ str_replace('IJO/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<!-- IJO Modal -->
<div id="Modal_IJO_2020" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">IJO 2020</h4>
         </div>
         <div class="modal-body">
            <form id="from_IJO_2020" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="IJO2020/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_IJO_2020" type="submit"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_IJO_2020) && count($list_IJO_2020) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_IJO_2020 as $item)
                     <tr>
                        <td>
                           {{ str_replace('IJO2020/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>

<div id="Modal_IJO_2021" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">IJO 2021</h4>
         </div>
         <div class="modal-body">
            <form id="from_IJO_2021" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="IJO2021/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_IJO_2021" type="submit"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_IJO_2021) && count($list_IJO_2021) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_IJO_2021 as $item)
                     <tr>
                        <td>
                           {{ str_replace('IJO2021/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<div id="Modal_IJO_2022" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">IJO 2022</h4>
         </div>
         <div class="modal-body">
            <form id="from_IJO_2022" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="IJO2022/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_IJO_2022" type="submit"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_IJO_2022) && count($list_IJO_2022) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_IJO_2022 as $item)
                     <tr>
                        <td>
                           {{ str_replace('IJO2022/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<!-- CME / PPP Modal -->
<div id="Modal_CME_2019" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">CME/PPP 2019</h4>
         </div>
         <div class="modal-body">
            <form id="from_CME_2019" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="CME-PPP/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_CME_2019" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_CME) && count($list_CME) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_CME as $item)
                     <tr>
                        <td>
                           {{ str_replace('CME-PPP/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<!-- CME / PPP Modal -->
<div id="Modal_CME_2020" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">CME/PPP 2020</h4>
         </div>
         <div class="modal-body">
            <form id="from_CME_2020" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="CME-PPP-2020/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_CME_2020" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_CME_2020) && count($list_CME_2020) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_CME_2020 as $item)
                     <tr>
                        <td>
                           {{ str_replace('CME-PPP-2020/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>

<!-- CME / PPP Modal -->
<div id="Modal_CME_2021" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">CME/PPP 2021</h4>
         </div>
         <div class="modal-body">
            <form id="from_CME_2021" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="CME-PPP-2021/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_CME_2021" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_CME_2021) && count($list_CME_2021) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_CME_2021 as $item)
                     <tr>
                        <td>
                           {{ str_replace('CME-PPP-2021/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>

<div id="Modal_CME_2022" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">CME/PPP 2022</h4>
         </div>
         <div class="modal-body">
            <form id="from_CME_2022" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="CME-PPP-2022/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_CME_2022" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_CME_2022) && count($list_CME_2022) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_CME_2022 as $item)
                     <tr>
                        <td>
                           {{ str_replace('CME-PPP-2022/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<!-- ARC / LDP Modal -->
<div id="Modal_ARC_2019" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">ARC Sessions/LDP Sessions 2019</h4>
         </div>
         <div class="modal-body">
            <form id="from_ARC_2019" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="ARC-LDP/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_ARC_2019" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_ARC) && count($list_ARC) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_ARC as $item)
                     <tr>
                        <td>
                           {{ str_replace('ARC-LDP/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<!-- ARC / LDP Modal -->
<div id="Modal_ARC_2020" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">ARC Sessions/LDP Sessions 2020</h4>
         </div>
         <div class="modal-body">
            <form id="from_ARC_2020" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="ARC-LDP-2020/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_ARC_2020" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_ARC_2020) && count($list_ARC_2020) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_ARC_2020 as $item)
                     <tr>
                        <td>
                           {{ str_replace('ARC-LDP-2020/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
<!-- ARC / LDP Modal -->
<div id="Modal_ARC_2021" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">ARC Sessions/LDP Sessions 2021</h4>
         </div>
         <div class="modal-body">
            <form id="from_ARC_2021" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="ARC-LDP-2021/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_ARC_2021" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_ARC_2021) && count($list_ARC_2021) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_ARC_2021 as $item)
                     <tr>
                        <td>
                           {{ str_replace('ARC-LDP-2021/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>

<div id="Modal_ARC_2022" class="modal fade" role="dialog">
   <div class="modal-dialog">
      <!-- Modal content-->
      <div class="modal-content">
         <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">ARC Sessions/LDP Sessions 2022</h4>
         </div>
         <div class="modal-body">
            <form id="from_ARC_2022" action="https://aiossc1.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
               <input type="hidden" name="key" value="ARC-LDP-2022/{{ $user_id }}/${filename}">
               <input type="hidden" name="AWSAccessKeyId" value="<?php echo $AWSAccessKeyId ?>">
               <input type="hidden" name="acl" value="public-read">
               <input type="hidden" name="success_action_redirect" value="{{ $url }}">
               <input type="hidden" name="policy" value="<?php echo $policy?>">
               <input type="hidden" name="signature" value="<?php echo $signature ?>">
               <!-- <input type="hidden" name="Content-Type" value="image/jpeg"> -->
               <!-- Include any additional input fields here -->
               <label>Please Upload Proof / Scanned copy :</label> 
               <input name="file" type="file">
               <label id="msgerror" class="msgerror" style="color: red" ></label>
               <br>
               <input id="btn_ARC_2022" type="button"  value="Click here to Submit file" class="btn btn-primary">
               @if(isset($list_ARC_2022) && count($list_ARC_2022) >0) 
               <table>
                  <thead>
                     <tr>
                        <th>
                           File Name
                        </th>
                        <th>
                           Status
                        </th>
                     </tr>
                  </thead>
                  <tbody>
                     @foreach($list_ARC_2022 as $item)
                     <tr>
                        <td>
                           {{ str_replace('ARC-LDP-2022/'.$user_id.'/','',$item->key)   }}
                        </td>
                        <td>
                        </td>
                     </tr>
                     @endforeach 
                  </tbody>
               </table>
               @endif
            </form>
         </div>
         <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
         </div>
      </div>
   </div>
</div>
@stop

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists