Location
{{ Session::get('flash_message') }}
@endif
| # | Country Name | Status | Action |
|---|---|---|---|
| {{ $country->id}} | {{ $country->name}} | @if($country->status=='1') @else @endif |
|
@extends("admin.admin_app") @section("content")
| # | Country Name | Status | Action |
|---|---|---|---|
| {{ $country->id}} | {{ $country->name}} | @if($country->status=='1') @else @endif |
|