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

الأحرف

@if($initial_letter_books) @foreach($initial_letter_books as $initial_letter_book) @if($initial_letter_book->is_published) @endif @endforeach @else
لا يوجد موضوعات في الحرف الأول
@endif
@endsection