{{$country->country_name}}
{{$country->country_code}}
{{$country->currency}}
@if(!$country->is_blocked) {!! 'Blocked' !!} @else {!! 'Active' !!} @endif
{{date('d/m/Y h:i A',strtotime($country->created_on))}}
{{ ($country->updated_on!="")? date('d/m/Y h:i A',strtotime($country->updated_on)):'N/A' }}