@extends('layouts.admin', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Error --}} {{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Save page --}}
@csrf
{{-- Name --}} {{-- Page Name --}}
{{ __('Page Name') }}
{{-- Slug --}}
{{ __('Slug') }}
{{-- Body --}}
{{ __('Body') }}

{{ __('SEO Configurations') }}

{{-- Title --}}
{{-- Meta Description --}}
{{ __('Description') }}
{{-- Meta Keywords --}}
{{ __('Keywords') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection