diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 110b936..14e6c46 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -24,6 +24,7 @@ މިއަދުގެ ޚުލާޞާ
+ @isset($todays_pick[0])
@@ -49,6 +50,8 @@ {{ $todays_pick[0]['published_date']->diffForHumans() }}

+ @endisset + @isset($todays_pick[1])
@@ -74,6 +77,7 @@ {{ $todays_pick[1]['published_date']->diffForHumans() }}

+ @endisset
@@ -148,8 +152,9 @@ + @isset($covid19_articles[0])
- +
@@ -173,6 +178,7 @@ {{ $covid19_articles[0]['published_date']->diffForHumans() }}

+ @endisset