@include('layout.backend.alert')
| S N |
Title |
Author |
Published Date |
Status |
Options |
@forelse($category->publications as $index=>$record)
| {{ $index+1 }} |
{{ $record->title }} |
{{ $record->author }} |
{{ $record->publish_date }} |
@if($record->is_active == 1)
@else
@endif
|
|
@empty
| No record found. |
@endforelse
| S N |
Title |
Author |
Published Date |
Status |
Options |