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/certificate.blade.php

@extends('layout')

@section('title')
  <title>{{ CustomClass::$Title }}</title>
@stop

@section('scriptTop')
{{ HTML::script('/js/ajaxloader.js') }}    	
@stop


@section('scriptBottom')

   <script type="text/javascript">
   
   </script>
@stop

@section('content')     

@section('ContentTitle')
Download Certificates 2018
@stop 
  <h3 style="margin-left: 15px;">Participation Certificate</h3>
        <table class="table table-hover">
          <thead>
           <th>Abstract No.</th>
           <th>Type</th>
           <th>role</th>
           <th>Download Certificate</th>
          </thead>
          <tbody>
           @foreach ($selected_abs as $key => $value)
            <tr>
            @if(isset($value->abs_no))
              <td>{{$value->abs_type}}{{$value->abs_no}}</td>
            @else 
            <td></td>
            @endif            
            @if(isset($value->abs_no))
              <td>{{$value->selection_type}}</td>
            @else 
            <td>{{$value->abs_type}} {{$value->role}}</td>
            @endif            
              <td>{{$value->role}}</td>
              <td> {{ HTML::decode ( HTML::link(URL::to('/').'/certificate2018/'.$value->id,'<span class="glyphicon glyphicon-download" aria-hidden="true"></span>Download Certificate',array('title' => 'Download Certificate'))) }}</td>
            </tr>
           @endforeach
          </tbody>
        </table>
      @if(count($best_paper) > 0 )
      <h3 style="margin-left: 15px;">Best Paper Certificate</h3>
      <div class="table-responsive">
        <table class="table table-hover">
          <thead>
             <th>Abstract No.</th>
           <th>Type</th>
           <th>role</th>
           <th>Download Certificate</th>
          </thead>
          <tbody>
           @foreach ($best_paper as $key => $value)
            <tr>
            <tr>
            @if(isset($value->abs_no))
              <td>{{$value->abs_type}}{{$value->abs_no}}</td>
            @else 
            <td></td>
            @endif            
            @if(isset($value->abs_no))
              <td>{{$value->selection_type}}</td>
            @else 
            <td>{{$value->abs_type}} {{$value->role}}</td>
            @endif
             <td>{{$value->role}}</td>  
              <td> {{ HTML::decode (HTML::link(URL::to('/').'/certificate2018/'.$value->id,'<span class="glyphicon glyphicon-download" aria-hidden="true"></span>Download Certificate',array('title' => 'Download Certificate'))) }}</td>
            </tr>
           @endforeach
          </tbody>
        </table>
      </div>
      @endif
    <div class="clear"></div><br/>
      <div class="row text-center">
         {{ HTML::decode ( HTML::link('http://live.aios-scientificcommittee.org/validate-digitalcertificate/index.html','Steps to validate the digital certificate',array('class' => 'btn btn-lg btn-primary  ','target' => '_blank'))) }}
      </div>
    <div class="col-lg-12 col-md-12 col-sm-12 help">
      <h4>Need Help?</h4>
      <h5>Write to support@aios-online.com or call 0422 4374920 between 10:00 AM and 6:00 PM (Between Monday - Friday) for assistance</h5>
    </div>
  

<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>

  

@stop

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