@extends('Frontend.Master') @section('style') @stop @section('title') {{ $data->seo_title.' '.GetPageTitle() }} @stop @section('seo_description') {{ $data->seo_desciption }} @stop @section('key_words') @stop @section('content')

{{ $data->title }}

{{ $data->viewCount }} {{ verta((int)$data->updateAt)->format(' %d / %B / %Y') }}
imageUrl)}}" alt="{{ $data->title}}" title="{{ $data->excerpt }}">
{!! $data->body !!}

{{ $data->title }} را به اشتراک بگذارید

share_icon_fb {{--share_icon_instagram--}} share_icon_telegram share_icon_twitter {{-- share_icon_androiad--}}
{{-- related --}} @if(count($related))
مطالب مرتبط
@endif
@foreach($data->tags()->pluck('slug' , 'name')->toarray() as $key => $value) {{ $key }} @endforeach
{{----}} @if($data->commentStatus == "active")

ارسال نظر برای این محصول

@if(session('message'))
پیام! {{ session('message') }}
@endif @if(auth()->check())

ثبت نظر

{{ csrf_field() }} @php $product = $data; @endphp
@if ($errors->has('cm')) {{ $errors->first('cm') }} @endif
@captcha @if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif
@else

 

برای ثبت نظرات، نقد و بررسی شما لازم است ابتدا وارد حساب کاربری خود شوید.

@endif

نظرات کاربران درباره مقاله

@if(count($comments) > 0 ) @foreach($comments as $c)
{{ $c->name }} @for($start = 1; $start <= 5; $start++) @if($start <= $c->rate) @else @endif @endfor {{ Verta((int)$c->time)->format('Y/n/j') }} {{--خریدار این محصول--}}

{{ $c->comment }}

@endforeach @else

نظری در باره این مقاله درج نشده است

@endif
@endif
@stop @section("script_area") @if($errors->first() or session('message')) @endif @stop