{{-- media first cover image--}} @if($post->coverPhoto && $post->coverPhoto->count() > 0) {{ $post->name }} @endif @if( $post->post_type == \Modules\MastulPost\Enums\PostType::NEWS_STORIES->value ) {{-- flex column two width 66 and 33%--}}

{{ $post->name }}

{{ $post->published_at ? $post->published_at->format('F d, Y') : $post->created_at->format('F d, Y') }}
{!! $post->content !!}
Share

{!! __("messages.Let's Make Change Together") !!}

{{ __("messages.Donate") }} {{-- {{ __("messages.Become Volunteer") }} --}} {{ __("messages.Become Volunteer") }}
@else

{{ $post->name }}

@if( $post->post_type != \Modules\MastulPost\Enums\PostType::PAGE->value )
{{ $post->created_at->format('F d, Y') }}
@endif {!! $post->content !!} @endif
@if( $post->post_type == \Modules\MastulPost\Enums\PostType::PUBLICATION->value && $post->media && $post->media->count() > 0 ) @php $media = $post->media->first()->getUrl(); @endphp @if($media)
@endif @endif