@extends('layout.app') @section('css') @endsection @section('content')

{{$type->name}}

{{$type->name}}
@forelse($contents as$key => $data) @empty @endforelse
Sl. No. Title Published Date Download
{{$key+1}}

{{$data->title}} {{$data->description}} @if($data->url) CLick here to visit the link @endif{{-- --}}

{{date('d-m-Y',strtotime($data->publish_date))}}
{{--
ICMR Notifications
--}} @endsection @section('js') @endsection