@extends('upgrade.layouts.home') @section('content')

{!! $Topic->title !!}

{!! $Topic->details !!}
@php $video = null; if ($Topic->video_type ==1 && $Youtube_id = Helper::Get_youtube_video_id($Topic->video_file)) { $video ="https://www.youtube.com/embed/$Youtube_id"; }elseif ($Topic->video_type ==2 && $Vimeo_id = Helper::Get_vimeo_video_id($Topic->video_file) ){ $video ="https://player.vimeo.com/video/$Vimeo_id?title=0&byline=0"; } @endphp @if (!is_null($video)) @elseif ($Topic->video_file) @endif
@if ($Topic->photos->count())
للمزيد من الصور اضغط هنا
@endif
التعليقات : {{ $Topic->approvedComments->count() }}
الزيارات : {{ $Topic->visits }}
@if($WebmasterSection->comments_status)

أضف تعليق جديد

{{Form::open(['route'=>['commentSubmit'],'method'=>'POST','class'=>'form-a'])}}
@if(env('NOCAPTCHA_STATUS', false))
{!! NoCaptcha::renderJs(app()->getLocale()) !!} {!! NoCaptcha::display() !!}
@endif
{{Form::close()}} @endif
@endsection @push('js') @endpush