@if (count($errors) > 0)
@endif
@if(Session::has('flash_message'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ Session::get('flash_message') }}
@endif
| SNo. | Short Name | Country Name | Phone Code | Status | Actions |
|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $country->sortname }} | {{ $country->country_name }} | {{ $country->phonecode }} | @if($country->status=='0') @else @endif |