Data Table
{{--
Read the Official DataTables Documentation for a full list of instructions and other options.
--}}
| Diputado |
Partido |
Foto |
Detalles |
@foreach ($informes as $item)
| {{ $item->integrante->diputado()->withTrashed()->first()->nombres}}
{{ $item->integrante->diputado()->withTrashed()->first()->apaterno}}
{{ $item->integrante->diputado()->withTrashed()->first()->amaterno}} |
{{ $item->integrante->partido->nombre}} |
{{ $item->foto_principal}} |
{!! Form::open(['route' => ['informel.destroy', $item->id], 'method'=>'DELETE','id' => 'formdelete']) !!}
{!! Form::close() !!}
|
@endforeach