@extends('layouts.dashboard') @section('title', 'Countries') @section('content')
📊 Manage Project Task
entries

Countries

@foreach ($countries as $country) @endforeach
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
{{ $countries->links() }}
@endsection