Listado de Notas
{!!Form::open(['url'=>'filtrarNota', 'method'=>'POST'])!!}
{!!Form::close()!!}
{!!Form::text('texto',null, ['class'=>'form-control','placeholder'=>'Ingrese el texto de su búsqueda '])!!}
# | Reparacion | Nota | Usuario | Fecha | Eliminar |
---|---|---|---|---|---|
{!! link_to_route('nota.edit', $title = $nota->id, $parameters = $nota->id, $attributes = null)!!} | {{$nota->id_reparacion}} | {{$nota->nota}} | {{$nota->nombreusuario}} | {{$nota->fecha}} | {!!Form::open(['route'=>['nota.destroy', $nota->id], 'method'=>'DELETE', 'style'=>'display:inline;']) !!} {!!Form::close()!!} |
# | Reparacion | Nota | Usuario | Fecha | Eliminar |