@extends('themes.admin.'.setting('active_admin_theme').'.layouts.default') @section('content') @push('custom-css') @endpush

{{__('core.admin_frontend')}}

@csrf

Add New Page

{{--
    @foreach(explode(",", $object->groups) as $group)
  • {{$group}}
  • @endforeach
--}}

SEO Options

seo_index === 'noindex') checked="checked" @endif name="seo_index">
seo_follow === 'nofollow') checked="checked" @endif name="seo_follow">
seo_snippet === 'nosnippet') checked="checked" @endif name="seo_snippet">
seo_archive === 'noarchive') checked="checked" @endif name="seo_archive">
seo_img_index === 'noimageindex') checked="checked" @endif name="seo_img_index">
seo_odp === 'noodp') checked="checked" @endif name="seo_odp">
@php /*
*/ @endphp
@push('custom-js') @endpush @endsection