webman
webman copied to clipboard
How to add custom partial view template?
I see the documentation is only single view
return view('dashboard', ['request' => $request]);
How if i wanna add header & footer in Raw view ?
For example.
<?php include app_path(). '/view/header.html'?>
<div>.....</div>
<?php include app_path(). '/view/footer.html'?>