@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content')

Difuntos

@foreach($difunto as $DIFUNTO)
{{$DIFUNTO->nombre}} {{$DIFUNTO->apellido_paterno}} {{$DIFUNTO->apellido_materno}}
@include('difunto.view') @include('difunto.update')
@endforeach
@stop @section('css') @stop @section('js') @stop