Hi,
I would assume that when I followed the process of creating a module using scaffold that the function to return the data will already be set and it only takes a matter of editing the edit-fields.blade.php to show the values on edit.
// got this in the controller under the edit method
return view('testimonials::admin.testimonials.edit', compact('testimonial')); <- is this what you mean by returning data to view?
Thanks.