@extends('admin.layouts.app') @section('content') Country Add New Name Created At Actions @foreach ($countries as $key => $country) {{ $country->name }} {!! strtotime($country->created_at) !!} {!! date('m/d/Y H:i:A', strtotime($country->created_at)) !!} @endforeach