@extends('layouts.app') @section('content')
| ID# | Country | Slug | Country Code | Created At | Updated At |
|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $country->name }}
|
{{ $country->slug }} | {{ $country->country_code }} | {{ date('d M Y h:i A', strtotime($country->created_at)) }} | {{ date('d M Y h:i A', strtotime($country->updated_at)) }} |