@extends('layouts.site') @section('content')
blog image

{{ $pressRelease->title }}

{!! $pressRelease->description !!}

Share
Tags
    @foreach (explode(',',$pressRelease->tags) as $tag) @if ($tag != '')
  • {{ $tag }}
  • @endif @endforeach
Editors’ Notes

{{ $pressRelease->editor_notes }}

{{-- --}}
@endsection