@extends('admin.layouts.app') @section('content')

Country

Add New
@foreach ($countries as $key => $country) @endforeach
Name Created At Actions
{{ $country->name }} {!! strtotime($country->created_at) !!} {!! date('m/d/Y H:i:A', strtotime($country->created_at)) !!}
@endsection @section('footer-js') @endsection