@extends("admin.layout.layout") @section("styles") @php $titulo = "Estudiante"; $modulo = "Estudiantes"; $vista="Expediente $estudiante->identificacion"; @endphp {{getenv("APP_NAME")}} | {{$titulo }} {{$vista}} @endsection @section("contenido") @include("estudiante.perfil.components.header")
@if ($errors->any())

El registro tiene los siguientes errores.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success')) @endif
id)}}" method="post" id="frmFoto" enctype="multipart/form-data"> @csrf
Tome la foto
@endsection @section("scripts") @endsection