You are on page 1of 1

<?

php

$confidencial = "wow such private very confidential";


$language = "PHP";
$titulo = 'MejorandoPHP';

// llamando una funcion


view('home', compact('language', 'titulo'));

You might also like