@extends('layouts.app') @section('content')

المجلدات

{{-- @foreach($folders as $folder) @if($folder->is_published) --}} @if(!is_null($books->first())) @foreach($books as $book) @if(isset($id)) @if($book->is_published) @if($id == $book->folder_id) @endif @endif @endif @endforeach @if($flag == 0)

الموضوعات التى تحت هذا المجلد غير منشورة

@endif @else

لا توجد موضوعات تحت هذا المجلد

@endif {{-- @endif @endforeach --}}
@stop