description = ($this->document->isRecurringDocument()) ? 'documents.slider.create_recurring' : 'documents.slider.create'; $this->user_name = $this->document->owner->name; $this->type_lowercase = Str::lower(trans_choice($this->textPage, 1)); $this->created_date = '' . company_date($this->document->created_at) . ''; return view('components.documents.show.create'); } }