Manage Bible Studies

@if(session('success')) @endif @if($bibleStudies->isNotEmpty()) @foreach($bibleStudies as $bibleStudy) @endforeach
Reference Topic Author Insight Image Actions
{{ $bibleStudy->reference }} {{ $bibleStudy->topic }} {{ $bibleStudy->author }} {{ Str::limit(strip_tags($bibleStudy->insight), 50) }} @if($bibleStudy->image) {{ $bibleStudy->topic }} @else No Image @endif
@csrf @method('DELETE')
@else

No Bible Studies found.

Create First Bible Study
@endif