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

{{$emp_corner->name}}

ICMR - Employee's Corner - {{$emp_corner->name}}
@forelse($datas as $key => $data) @empty @endforelse
Sl. No. Notice Title Published Date View Notice
{{$key+1}}

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

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