@extends('adminlte::page') @section('title', 'Interrogantes') @section('content') @livewire('interrogantes', ['competencia_id' => $_GET['id']]) @stop @section('adminlte_js') @stop