Sindbad~EG File Manager

Current Path : /var/www/html/logros.sumar.com.py/app/Http/Livewire/
Upload File :
Current File : /var/www/html/logros.sumar.com.py/app/Http/Livewire/Cargarinterrogantes.php

<?php

namespace App\Http\Livewire; 

use Livewire\Component;
use App\Models\Interrogante;
use App\Models\Competencia;

class Cargarinterrogantes extends Component{

	public $competenciaid,$asignacionid,$tipo,$vista=1,$evaluado;

    public function render(){ 

    	$interrogantes=Interrogante::where('competencia_id',$this->competenciaid)
            ->where('int_estado',1)->orderBy('int_ubicacion','asc')->get();

        return view('livewire.cargarinterrogantes.index',[
            "interrogantes" => $interrogantes,
            "asignacionid" => $this->asignacionid,
            "tipo" => $this->tipo,
            "vista" => $this->vista,
            "evaluado"=>$this->evaluado
        ]); 
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists