@extends('layouts.site.master') @section('seo_title', $blog->seo_title ?? $blog->title) @section('seo_desc', $blog->seo_description ?? strip_tags($blog->short_description ?? '')) @section('content')

{{@$blog->metaData->H1 ?? @$blog->title}}

@if($blog->author) {{$blog->author}} @endif @if($blog->getJalaliCreatedAtAttribute()) {{$blog->getJalaliCreatedAtAttribute()}} @endif
@if($blog->author) {{$blog->author}} @endif {{$blog->getJalaliCreatedAtAttribute()}}
@if($blog->faqs->where('is_active', 1)->count() > 0)

سوالات متداول

@foreach($blog->faqs->where('is_active', 1) as $faq)

{{ $faq->answer }}
@endforeach
@endif

ثبت نظر

فرم ثبت نظر

@csrf
@forelse($blog->comments->where('parent_id', null) as $comment) @include('site._partials.comment.index', ['comment' => $comment, 'is_reply' => false]) @empty

هنوز نظری ثبت نشده است

اولین نفری باشید که برای این مقاله نظر می‌نویسد.

@endforelse
@endsection @push('scripts') @endpush