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

Notification Details

ICMR Notification - Details
@if ($details->pdf_file != NUll) @elseif ($details->url != NUll) @elseif ($details->details != NUll) @endif
Date {{date('d M, Y', strtotime($details->date))}}
Title {{$details->title}}
Description {{$details->description}}
Download File
Click Here To Check The Link
{{$details->details}}
@endsection