name, [$this], [ 'title' => __( 'app.show_detail_title', ['name' => $this->name, 'type' => __('master.master')] ), ]); } public function creator() { return $this->belongsTo(User::class); } }