App\services\View::show PHP Method

show() public static method

public static show ( $view, $data = [], $mergeData = [] )
    public static function show($view, $data = [], $mergeData = [])
    {
        echo self::make($view, $data, $mergeData)->render();
    }