app\themes\BlankTheme::render PHP Method

render() public method

Get the evaluated contents of the object.
public render ( ) : string
return string
    public function render()
    {
        return view('themes.blank');
    }