@extends('eventmie::layouts.app') @section('title') {{ ucfirst($tag->type) }} - {{ $tag->title }} @endsection @section('content')
@if ($tag->image) {{ $tag->title }} @else {{ $tag->title }} @endif

{{ $tag->title }}

{{ $tag->sub_title }}
@if ($tag->twitter) @endif @if ($tag->facebook) @endif @if ($tag->linkedin) @endif @if ($tag->instagram) @endif @if ($tag->website) @endif

{!! $tag->description !!}

@endsection