@if($article->attachments->isNotEmpty())
@php
$attachment = $article->attachments->first();
$sizes = json_decode($attachment->sizes);
$largeImage = optional($sizes)->large ?? $attachment->path;
@endphp
@endif
{!! $article->description !!}
@if($article->tags)
برچسبها:
@php
$tags = json_decode($article->tags, true) ?? [];
@endphp
@foreach($tags as $tag)
-
{{ $tag }}
@endforeach
@endif
@guest('customer')
@else
@endauth
برای ثبت نظر، لطفا وارد شوید.