@extends("admin.layout.layout") @section("styles") @php $titulo = "Estudiante"; $modulo = "Estudiantes"; $vista="Buscador"; @endphp
Identificación | Primer apellido | Segundo apellido | Nombre | Ultimo grupo | Estado | |
---|---|---|---|---|---|---|
{{$resultado->identificacion}} | {{$resultado->primer_apellido}} | {{$resultado->segundo_apellido}} | {{$resultado->nombre}} | @if ($resultado->grupo) @else @endif | @if($resultado->tipo_estado) @if($resultado->tipo_estado->id==2) {{$resultado->tipo_estado->tipo_estado}} @else {{$resultado->tipo_estado->tipo_estado}} @endif @endif | id)}}"> |