@extends('layouts.master') @section('content')
Countries

Countries List

{{-- Add Country --}} {{--

--}} {{--
--}}
{{--
--}}
@foreach ($countries as $key => $country) @endforeach
S.No Country Name Short Form Capital Currency Currency Name region
{{ $key + 1 }} {{ $country['country_name'] }} {{ $country['iso3'] }} {{ $country['capital'] }} {{ $country['currency_symbol'] }} {{ $country['currency_name'] }} {{ $country['region'] }}
S.No Country Name Short Form Capital Currency Currency Name region
{{--
--}}
{{--
--}} @endsection @push('scripts') @endpush