$path
$path : string
Standalone class for generating text using blade templates.
file(string $path, array $data = array(), array $mergeData = array()) : \Illuminate\View\View
Get the evaluated view contents for the given path.
string | $path | The path of the file to use |
array | $data | The parameters to pass to the view |
array | $mergeData | The extra data to merge |
The generated view