@extends('layouts.admin') @section('content')
No | Country Name | Total State | Total Posts | Status | Action | ||
---|---|---|---|---|---|---|---|
{{$id}} | {{$country->name}} | {{count($country->states)}} | 600 | @if($country->status == true)Published | @elseNot Published | @endif @if($country->status == true)Un-Publish Now | @elsePublish Now | @endif