@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')
@lang('general.rate_the_link')
@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)
@endif
@if ($link_query->phone_number != null)
@lang('general.phone_number')
@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
@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')
<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')
@endif
@lang('general.user_reviews')
@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())
@lang('general.no_reviews_yet')
@endif
@foreach ($link_reviews as $comment)
"{{{$comment->title}}}"
@for ($i = 1; $i <= 5; $i++) @if($i<=round($comment->rating))
@else
@endif
@endfor
{{ \Carbon\Carbon::parse($comment->created_at)->diffForHumans() }}
@endforeach
@if (count($link_reviews) > '3')
@lang('general.show_more')
@endif