@extends('layouts.dashboard') @section('title', 'Countries') @section('content')
S/N | Country Name | Added On & Added By | Actions |
---|---|---|---|
{{ $countries->firstItem() + $loop->index }} | {{ $country->name }} | {{ $country->created_at->format('d-m-Y') }} By: {{ $country->creator ? $country->creator->name : 'Unknown' }} | Manage Geo Targets |