@extends('layouts.app') @push('plugin-styles') @endpush @section('content')


Data Table
{{--

Read the Official DataTables Documentation for a full list of instructions and other options.

--}}
@foreach ($informes as $item) @endforeach
Diputado Partido Foto Detalles
{{ $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() !!}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush