@extends('layouts.app') @section('title', 'Inicio') @section('body')

Blog

Volver

Volver

Blog / {{ $blogTag['slug'] }}
Event Image

{{ $blogTag['blogtag'][0]['title'] }}

{{ \Carbon\Carbon::parse($blogTag['blogtag'][0]['published_at'])->translatedFormat('d \d\e F') }}

{{ ucfirst($blogTag['slug']) }}

@foreach ($blogTag['blogtag'] as $blog) Event Image
{{ \Carbon\Carbon::parse($blog['published_at'])->translatedFormat('d \d\e F') }}
@foreach ($blog['tags'] as $btag) @endforeach
{{ $blog['title'] }}

{{ \Illuminate\Support\Str::limit($blog['lead'], 80) }}

@endforeach
@endsection