@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @section('title', 'Intranet | Detalle Ficha Entrevista Tecnica') @section('content_header')
@stop @section('content')

{{ $ficha->nombre }}

@php $indexSeccion = 0; @endphp @foreach ($ficha->seccionesFichaEntrevistaTecnicaOrdenanos as $seccion) @php $indexSeccion++; @endphp
Sección {{ $indexSeccion }}
@foreach ($seccion->preguntasFichaEntrevistaTecnicaOrdenanos as $pregunta)
@foreach ($pregunta->opcionesFichaEntrevistaTecnicaOrdenanos as $opcion)
@endforeach
@endforeach
@endforeach
@stop @section('footer')
Intranet
Copyright © 2021 GuiñezIngeniería.cl. @stop @section('css') @stop @section('js') @stop