@extends('front.layoutwithout') @section('title') {{$data['student']->user->name}} {{$data['student']->user->last_name}} @endsection @section('sub-title') Matricula: {{$data['student']->enrollment}} @endsection @section('return') Regresar @endsection @section('button-save') @endsection @push('js') @endpush @section('content')
@endsection @push('js') @endpush