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

View Regions

List of Regions in {{ $country->country}}

@foreach($regions as $index =>$region) @endforeach
# Region Created in
{{++$index}} {{$region->name}} {{$region->created_at->format('Y-m-d')}}
@endsection