Sindbad~EG File Manager
@extends('adminlte::page')
@section('title', 'Respuestas')
@section('content')
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h3>Listado de Usuarios</h3><a href="">Listado Completo</a>
@include('respuestas.formulario1.search')
</div>
</div>
<!-- Esto es un comentario-->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <!-- para que sea responsive-->
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed table-hover">
<thead> <!-- titulo cabecera-->
<th>Username </th>
<th>Opciones </th>
</thead>
@foreach ($respuestas as $res)
<tr>
<td>{{$res->usuario}}</td>
<td><a href="/respuestas/formulario1/{{$res->userid}}"><button class="btn btn-info">Ver Respuestas</button></a></td>
</tr>
@endforeach
</table>
</div>
</div>
</div>
</div>
<script src="{{ asset('js/app.js') }}"></script>
@endsection
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists