@extends('frontend::page') @section('content') @if(empty($link_query->image)) @php $link_query->image='no_image.png'; @endphp @endif

{{ $data_to_pass['category_name'] }}

@if(!empty($ad[4]))
{!! $ad[4] !!}
@endif
@include('frontend::inc.partials', ['type' => '1'])
@if ($settings['breadcrumbs'] == '1') @if ($settings['schema_breadcrumbs'] == '1') {!! $breadcrumb_schema_data->toScript() !!} @endif @endif
{{ $link_query->title }}
@isset($data_to_pass['parent_category_slug']) {{ $data_to_pass['parent_category_name'] }} @endisset {{ $data_to_pass['category_name'] }} cause
@lang('general.title')
{{ $link_query->title }}@if($link_query->featured_category == '1' OR $link_query->featured_home == '1')@endif @if($link_query->badge == '1')@endif
@lang('general.description')
{{ $link_query->description }}

Tap subscribe to encourage cause,access exciting activities, engage with people, bringing awareness to this cause directly from your Goodfeed.
@lang('general.site_icon')
{{ $link_query->title }}
@if ($link_query->hidden_content != null)
@lang('general.hidden_content')
@auth
{!! Purifier::clean($link_query->hidden_content, 'youtube') !!}
@else
@lang('general.hidden_content_message', ['register_link' => asset($language_prefix.'member-area/register'), 'login_link' => asset($language_prefix.'member-area/login')])
@endauth
@endif @if ($link_query->email != null)
@lang('general.email')
@endif @if ($link_query->phone_number != null)
@lang('general.phone_number')
{{ $link_query->phone_number }}@if ($settings['show_phone_number_country_code'] == '1') ({{ $data_to_pass['phone_country_code'] }})@endif
@endif @if ($link_query->address != null)
@lang('general.address')
{{ $link_query->address }}
@endif @if ($other_contacts['facebook_url']['url'] != null || $other_contacts['twitter_url']['url'] != null || $other_contacts['instagram_url']['url'] != null || $other_contacts['linkedin_url']['url'] != null || $other_contacts['telegram_url']['url'] != null || $other_contacts['whatsapp_number']['number'] != null)
@lang('general.other_contacts')
@endif @if (!empty($deep_link_data['link_1']['url'] && $deep_link_data['link_1']['title']) || !empty($deep_link_data['link_2']['url'] && $deep_link_data['link_2']['title']) || !empty($deep_link_data['link_3']['url'] && $deep_link_data['link_3']['title']))
@lang('general.more_from_this_site')
    @foreach($deep_link_data as $title) @if ($title['url'] != null && $title['title'] != null)
  • {{$title['title']}}
  • @endif @endforeach
@endisset @if ($settings['show_page_views'] == '1')

Engagement Stats

{{$link_query->page_views == '0' ? 1 : $link_query->page_views}} PAGE VIEWS
@endif @if ($link_query->bypass_redirect == '0' && $settings['show_clicks'] == '1')
@lang('general.link_clicks')
{{ $link_query->clicks }}
@endif @if ($settings['show_qr_code'] == '1')
@lang('general.visit_with_qr_code')
@endif @if ($settings['allow_widget_embed'] == '1')
@lang('general.add_to_your_site')
<iframe src="{{ asset($language_prefix.'widget/'.$link_query->id.'') }}" frameborder="0" scrolling="no" width="125" height="125"></iframe>
@endif @if ($settings['enable_report_form'] == '1')
@lang('general.report')
@endif
@lang('general.user_reviews')@lang('general.add_comment_review')
@for ($i = 1; $i <= 5; $i++) @if($i<=round($link_query->votes)) @else @endif @endfor
@lang('general.based_on', ['total_votes' => $link_query->total_votes, 'total_reviews' => $data_to_pass['total_reviews']])
@foreach ($comment_order as $rating => $total_rating ) @php $data_to_pass['total_reviews'] ? $bar_length=(100/$data_to_pass['total_reviews'])*$total_rating : $bar_length='0'; @endphp
{{ trans_choice('general.star', $rating) }}
{{$total_rating}}
@endforeach
@if ($link_reviews->isEmpty()) @endif @foreach ($link_reviews as $comment)

"{{{$comment->title}}}"

{{{$comment->name}}}

@for ($i = 1; $i <= 5; $i++) @if($i<=round($comment->rating)) @else @endif @endfor

{{ \Carbon\Carbon::parse($comment->created_at)->diffForHumans() }}

{{{$comment->comment}}}

@endforeach @if (count($link_reviews) > '3') @endif
@lang('general.add_comment_review')
@lang('general.email_notification')
@if(!empty($ad[3]))
{!! $ad[3] !!}
@endif
@if ($settings['sticky_ads_right_column'] == '1')
@endif @if(!empty($ad[5]))
{!! $ad[5] !!}
@endif @if ($settings['sticky_ads_right_column'] == '1')
@endif
@if ($settings['enable_report_form'] == '1') @endif @endsection