@include('web.common.header')
Bienvenido a nuestro blog
{{ $blog_entry->title }}

A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

{{ $blog_entry->body }}
Escrito por Administrador {{ $blog_entry->created_at }}
Categorias
@foreach($blog_categories as $blog_category)
{{ $blog_category->name }}
@endforeach
Entradas recientes
@foreach($blog_entries_recents as $blog_entries_recent) key) }}">
{{ $blog_entries_recent->title }}
{{ $blog_entries_recent->created_at }}
@endforeach
Tag Cloud
@foreach($tags_cloud as $tag_cloud) {{ $tag_cloud }} @endforeach
@include('web.common.footer')