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

View Countries

List of countries in operation

@foreach($countries as $index =>$country) @endforeach
# Country Regions Created in
{{++$index}} {{$country->country}} Regions {{$country->created_at->format('Y-m-d')}}
@endsection