@extends('Root.layout.master') @section('title',"Country Wise") @section('page_name',"Country Wise") @section('content')
| SL | Title | Content | Country | Created At | Actions |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{Str::limit($d->title,20)}} | {{Str::limit($d->content,40)}} | {{strtoupper($d->country)}} | {{$d->created_at->diffForHumans()}} |