@extends("admin.layout.layout") @section("styles") @php $titulo = "Estudiante"; $modulo = "Estudiantes"; $vista="Buscador"; @endphp {{getenv("APP_NAME")}} | {{$titulo }} {{$vista}} @endsection @section("contenido")

Resultado: {{$string}}

@foreach($resultados as $resultado) @endforeach
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)}}">
@endsection @section("scripts") @endsection