@extends('layout.admin') @section('styles') @endsection @section('content')
| ID | Title | Continents | Page Title | Page Url | Browser Title | Image | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{$country->id}} | {{$country->title}} | {{$country->continent_title}} | {{$country->page_title}} | {{getFrontendUrl().\Illuminate\Support\Str::slug($country->continent_title).'/'.$country->page_url}} | {{$country->browser_title}} | @if(isset($country->image_url))@if($country->status == 1) Activated @else Deactivated @endif | Edit |