| <!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Raptor System</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <!-- Le styles -->
    <link href="{{ asset('bootstrap/css/bootstrap.css') }}" rel="stylesheet">
    <style type="text/css">
      body {
        padding-top: 60px;
        
      }
    </style>
    <link href="{{ asset('bootstrap/css/bootstrap-responsive.css') }}" rel="stylesheet">
   
    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="../assets/js/html5shiv.js"></script>
    <![endif]-->
    <!-- Fav and touch icons -->
   
  </head>
  <body style="padding: 20px;background: rgba(255,255,255,0.8) !important;" >
      <h2 class="featurette-heading"><span class="muted">Raptor Soap Service</span></h2><br><br>
      <div class="featurette" style="background: transparent !important;">
         
        
        <br><br>
        <p class="lead">
            The Services was correctly published
           
        </p>
        
      </div>
    
          
  </body>
</html>
 |