Comision
{{--
Read the Official DataTables Documentation for a full list of instructions and other options.
--}}
| Nombre |
Tipo |
Integrantes |
Opciones |
@foreach ($data as $item)
| {{$item->nombre}} |
{{$item->tipo->valor}} |
|
{!! Form::open(['route' => ['comision.destroy', $item->id], 'method'=>'DELETE','id' => 'formdelete']) !!}
{!! Form::close() !!}
|
@endforeach