description = 'documents.slider.cancel'; $this->last_cancelled = $this->document->histories()->status('cancelled')->latest()->first(); $this->user_name = ($this->last_cancelled) ? $this->last_cancelled->owner->name : trans('general.na'); $this->type_lowercase = Str::lower(trans_choice($this->textPage, 1)); $this->last_cancelled_date = '' . company_date($this->last_cancelled->created_at) . ''; return view('components.documents.show.restore'); } }