@extends('frontend.layouts.app', ['page' => 'news-and-promotions']) @section('title') News & Promotions | Grupo Alegria @endsection @section('seo') @endsection @section('content')
BACK TO NEWS
@if ($blog->youtube_link)
{!! $blog->youtube_link !!}
@else @endif

{{ $blog->title }}

{{ $blog->author }}
|
{{ date('M j, Y', strtotime($blog->created_at)) }}

{!! $blog->description !!}

{{--
Share this news:
--}} {{-- --}}
@endsection