How to multi template in FromView? #3194
nguyenhoa072
started this conversation in
General
Replies: 1 comment 1 reply
-
I don't understand your question |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I have a problem like:
It will convert an HTML table into an Excel spreadsheet. For example; users.blade.php, posts.blade.php
public function view(): View
{
return view('export.users', [
'users' => $this->data
]);
}
please help me, thanks all.
Beta Was this translation helpful? Give feedback.
All reactions