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

موضوعات تم مشاركتها

@foreach ($books as $book) @if($book->is_published) @endif @endforeach
@endsection