@extends('Root.layout.master') @section('title',"Country Wise") @section('page_name',"Country Wise") @section('content')
| SL | Country | Unique Code | Created At | Actions |
|---|---|---|---|---|
| {{$loop->iteration}} | {{strtoupper($d->country)}} | {{$d->unique_code}} | {{$d->created_at->diffForHumans()}} |