Sindbad~EG File Manager

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

@extends('layout_arc_at')

@section('title')
  <title>AppleTree</title>
@stop


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


</script>

@stop
@section('content')  

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

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

@section('ContentTitle')
  View Abstract Think under the AT {{ $appletree->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-6 col-md-6 col-sm-12">                 
              <label>Section</label>                                
              <p>{{ $categories[$appletree->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>{{ $appletree->title }}</p>
              {{-- Form::textarea('txtTitle',$appletree->title,array('class' => 'form-control', 'id' => 'txtTitle' , 'placeholder' => 'Title','rows' => 2,'disabled')) --}}    
    </div>                
</div>

<div class="row">            
        <div class="col-lg-12 col-md-12 col-sm-12">                      
              <label>Abstract
              <span class="reqspan"></span>
              </label>          
              <p>{{ $appletree->synopsis }}</p>        
                {{-- Form::textarea('txtSynopsis',$appletree->synopsis,array('class' => 'form-control', 'id' => 'txtSynopsis' , 'placeholder' => 'Synopsis','disabled')) --}}               
        </div>
</div>
<?php $is_upload =null ?>
<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">               
    <label> </label>
    @if(isset($abs_upload) && count($abs_upload) >0) 
    <?php $is_upload =1 ?>
    <table>
        <thead>
          <tr>
            <th>
              File Name
            </th>
            <!--<th>-->
            <!--  Delete-->
            <!--</th>-->
          </tr>
        </thead>
        <tbody>
          @foreach($abs_upload as $item)
          <tr>
            <td>
            {{ $item->file_name   }}
            </td>
            <!--<td>-->
            <!--</td>-->
          </tr>
         @endforeach 
        </tbody>
      </table>
     @else
            
    @endif        
    </div>                
</div>

<br/>
<!--End step 2 details  -->

<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