Facebook抓取工具不显示元标记的内容

Hi I'm having problems with the facebook share option in the meta tags of my website.

I'm using laravel to fill the contents with the blade syntax

<meta property="og:url" content="{{ $domain }}"/>
<meta property="og:site_name" content="Rapsodia Invierno 15"/>
<meta property="og:description" content="{{ $seo[0]['description'] }}"/>
<meta property="og:image" content="http://www.rapsodia.com/ar/img.jpg"/> 

And in fact when I open the chrome debugger it show me the text of the variables

(I can upload images so, here it is written)

<!-- SEO Shares -->
    <meta property="og:title" content="Bienvenido a Rapsodia -  Rapsodia.com">
    <meta property="og:type" content="website">
    <!-- <meta property="og:url" content="http://www.rapsodia.com/ar"/> -->
    <meta property="og:url" content="http://www.rapsodia.com/ar/">
    <meta property="og:site_name" content="Rapsodia Invierno 15">
    <meta property="og:description" content="Descubrí el Universo Rapsodia y su última colección Inv15 inspirada en diferentes culturas y décadas, en el arte, en la música y viajes por el mundo.">
    <meta property="og:image" content="http://www.rapsodia.com/ar/img.jpg">