@extends('default') @section('title') Details & Logs @endsection @section('head') @endsection @section('content')
📍 | Country | Clicks | @foreach ($countrylist as $country)
---|---|---|
{{ $country['emoji'] }} | {{ $country['country'] ?? 'Unknown' }} | {{ $country['total'] }} |