Example #1
0
function csrf_meta_tag()
{
    return \Labourer\Web\Html::meta('csrf-token', \Labourer\Web\Session::token());
}