@extends('layouts.plantilla') @section('head') @endsection @section('body') @foreach($matricula_info as $item) @php $apoderado=$item->Nombres_Apoderado; @endphp @php $id_matricula=$item->ID_Matricula; @endphp @endforeach() @endsection @section('foot') @endsection