@extends('admin.zsi.layouts.admin') @section('content')
| S.N. | Title | Title (Hindi) | Last Updated On | Start Date | End Date | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $news->szHeadlines }} | {{ $news->szHeadlinesHindi }} | {{ $news->dtUpdatedOn != '0000-00-00 00:00:00' ? \Carbon\Carbon::parse($news->dtUpdatedOn)->format('d/m/Y') : \Carbon\Carbon::parse($news->dtAddedOn)->format('d/m/Y') }} | {{ $news->dtStartDate }} | {{ $news->dtEndDate }} | Edit | Delete |