From 277280f022229d1fe02bfa60fe31e627cc1bc904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=27Guessan=20Kouadio=20Elis=C3=A9e?= Date: Thu, 14 Oct 2021 17:14:12 +0000 Subject: [PATCH] update: readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8fee1c8..491a4f8 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,14 @@ composer require eliseekn/countries-helper $countries = CountriesHelper::getAll(); //In your blade file -@foreach($countries as $country) -@if (!is_null($country)) - @foreach($country as $key => $value)@endforeach -@endif -@endforeach + + ``` ### Testing