@include('dnekcab.nimda.header') @if($allCountry)
@php $i=1; @endphp @foreach($allCountry as $country) < @endforeach
Country Report
# Name Created Date
{{$i++}} {{ $country->name }}{{ date('Y-m-d', strtotime($country->created_at)) }}
@else Query Failed... @endif @include('dnekcab.nimda.footer')