"Attempt to read property "titulo" on string" Laravel
No matter what I do this error keeps popping up, I´ve searched for a solution but Im too stupid to comprehend what is going on, please help me preguntas.blade.php @extends('app') @section('title', 'Pregunta:'.$nombrePregunta->titulo) @section('description', $nombrePregunta->categorias->nombre) @section('content') <div class="leading-loose max-w-4xl mb-4"> {{$nombrePregunta->body}}…