@extends('layouts.master') @section('content')
@if (session('status'))
{{ session('status') }}
@endif

Country

Total Country({{$total }})

@php $i = 0 ; @endphp @foreach ($country as $coun) @endforeach
S No. Name Official Name Capital Region Currency Created By
{{ ++$i }} {{ $coun->country_name }} {{ $coun->official_name }} {{ $coun->capital}} {{ $coun->region }} {{ $coun->currency }}
@endsection