@extends('layouts.admin') @section('content')

EDIDATA ESTUDIANTE {{$data->nombre}}

@csrf @method('PUT') @include('admin.estudiantes.forms.formupdate')
@endsection @section('styles') @endsection @section('scripts') @endsection