@extends('mainlayout.layout') @section('title') @endsection @section('content')

View Countries

List of countries in operation

@foreach($countries as $index =>$country) @endforeach
# Country Campaigns Telecos Fin. Partners Created in
{{++$index}} {{$country->country}} {{$country->campaigns->count()}} {{$country->telcos->count()}} {{$country->finacingpartners->count()}} {{$country->created_at->format('Y-m-d')}}
@endsection