|
{{-- Image --}}
@if(isset($post['image']) && $post['image'])
@endif
{{-- Location prefix for news --}}
@if(isset($post['location_prefix']) && $post['location_prefix'])
{{ $post['location_prefix'] }}
@endif
{{-- Title --}}
{{-- Category --}}
@if(isset($post['category']) && $post['category'])
@endif
{{-- Excerpt --}}
@if(isset($post['excerpt']) && $post['excerpt'])
{{ $post['excerpt'] }}
@endif
{{-- Author and date --}}
@if(isset($post['author']) && $post['author'])
|
{{ __('By') }} {{ $post['author'] }}
|
@endif
{{-- Read more button --}}
|