@extends('layout.backend.containerlist') @section('header_css') @endsection @section('footer_js') @endsection @section('dynamicdata')
Research Publications : {!! $category->heading !!}
@include('layout.backend.alert')
@forelse($category->publications as $index=>$record) @empty @endforelse
S N Title Author Published Date Status Options
{{ $index+1 }} {{ $record->title }} {{ $record->author }} {{ $record->publish_date }} @if($record->is_active == 1) @else @endif  
No record found.
S N Title Author Published Date Status Options
@stop