@extends('Admin.layout.main') @section('content') @if(session()->has('success')) @endif @if(session()->has('error')) @endif
@foreach($data as $page) @endforeach
ID Slug state Image Title Description Keywords Author Robots Copyright Canonical Url Og Type Og Url Og Title Og Description Og Image url Twitter Card Twitter Url Twitter Title Twitter Description Twitter Image Url schema Data custom Script content state city service status created at updated at Action
{{ $page->id }} {{ $page->slug }} {{ $page->title }} {{ $page->description }} {{ $page->keywords }} {{ $page->author }} {{ $page->robots }} {{ $page->copyright }} {{ $page->canonical_url }} {{ $page->og_type }} {{ $page->og_url }} {{ $page->og_title }} {{ $page->og_description }} {{ $page->og_image}} {{ $page->twitter_card }} {{ $page->twitter_url }} {{ $page->twitter_title }} {{ $page->twitter_description }} {{ $page->twitter_image }} {{ $page->schema_json }} {{ $page->custom_js }} {{ $page->custom_content }} {{ $page->state }} {{ $page->city }} {{ $page->service }} {{ $page->is_published }} {{ $page->created_at }} {{ $page->updated_at }} Edit Delete
{{ $data->links() }}
@endsection