Sindbad~EG File Manager

Current Path : /home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/views/cp/
Upload File :
Current File : //home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/views/cp/view.blade.php

@extends('layout')

@section('title')
  <title>Case Presentation</title>
@stop


@section('scriptTop')
      
   
<script type="text/javascript">


</script>

@stop
@section('content')  

{{ Form::open(array('url' => '','role'=>'form','id'=>'form_s4')) }}

{{ Form::hidden('hdnId', isset($abs)? $abs->abs_id : 0,array('id'=>'hdnId')) }}
{{ Form::hidden('hdnStep', '4',array('id'=>'hdnStep')) }}
{{ Form::hidden('hdnIsNext', '1',array('id'=>'hdnIsNext')) }}

@section('ContentTitle')
  View Abstract Case Presentation: CP{{ $abs->abs_no }}
@stop



<!--step 1 details  -->

<div class="row">            
    <div class="col-lg-6 col-md-6 col-sm-12">                   
        <label>Chief Author Membership Number </label>             
        <p>{{  empty($user->membership_no)? '':$user->membership_no}}</p>    
    </div>            
    <div class="col-lg-6 col-md-6 col-sm-12">                       
          <label>Chief Author Name </label>             
         <p>{{ $user->prefix }}.{{ $user->first_name }}</p>        
    </div>            
</div>


<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">               
      <label>Presenting Author : </label>                                
        <div class="table-responsive">             
          <table id="tbl_PA" class="table table-bordered">
            <thead>
              <tr>                         
                <th>
                  Membership No
                </th>
                <th>
                  Author Name
                </th>
                <th>
                  Email
                </th>
                <th>
                  Mobile
                </th>                                                                     
              </tr>
            </thead>
            <tbody> 
            <tr>
              <td data-label="Membership No">
                {{ $pa->membership_no }}
              </td>
              <td  data-label="Author Name">
                {{ $pa->name }}
              </td>
              <td data-label="Author Name">
                {{ $pa->email }}
              </td>
              <td>
                {{ $pa->mobile }}
              </td>
            </tr> 
            </tbody>  
          </table>
        </div>             
    </div>        
  </div>

<div class="row">      
      <div class="col-lg-6 col-md-6 col-sm-12">                 
              <label>Section</label>                                
              <p>{{ $categories[$abs->category_id] }}</p>                                            
      </div>      
</div>
<!--End step 1 details  -->

 
<!--step 2 details  -->

<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">          
          <label>Title </label>
          <p>{{ $abs->title }}</p>
    </div>                
</div>

<div class="row">            
        <div class="col-lg-12 col-md-12 col-sm-12">                      
              <label>Synopsis
              <span class="reqspan"></span>
              </label>          
              <p>{{ $abs->synopsis }}</p>        
        </div>
</div>

<div class="row margin30">  
    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 page-left">
        <a href="{{ url('/dashboard') }}" class="button primary">Go back to Dashboard</a>  
    </div>
</div>


{{ Form::close() }}


@stop

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