where('recurable_id', $this->document->id) ->first(); $this->type_lowercase = Str::lower(trans_choice($this->textPage, 2)); return view('components.documents.show.children', compact('recurring')); } }