@extends('layout.backend.containerlist') @section('header_css') @endsection @section('footer_js') @endsection @section('dynamicdata')
Research Categories
@include('layout.backend.alert')
@forelse($categories as $index=>$record) @empty @endforelse
S N Category Options
{{ $index+1 }} {{ $record->heading }}     {{$record->publications->count()}} Publications
No record found.
S N Category Options
@stop