@extends('layouts.app') @section('content') {{-- single book 1 --}}
@if($book != '') @if($book->is_published)

{{$book->title}}

صفحة 1 من {{$dir_elements_count}}   
{{--
tafsir
--}}
@for ($i = 0; $i < $dir_elements_count; $i++)
@endfor

موضوعات ذات صلة

@if($books_in_topic != '') @foreach ($books_in_topic as $book_topic) @if ($book_topic->id != $book->id) @if($book_topic->is_published) @endif @endif @endforeach @else

لا توجد موضوعات تحت هذا الموضوع الرئيسي.

@endif

{{-- comments are here --}} {{-- change this --}} @include('Comment.add-comment') @include('Comment.list-comments')
@else
هذا الموضوع غير منشور بعد
@endif @else
هذا الموضوع غير موجود
@endif
@endsection