@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{ __("Note: Static pages are doesn't have HTML editor. You can able to change the contents only.")}} {{-- Static Pages --}}
{{ __('#') }} {{ __('Page') }} {{ __('Slug') }} {{ __('Status') }} {{ __('Actions') }}
{{-- Custom Pages --}}

{{ __('Custom Pages') }}

{{ __('#') }} {{ __('Page') }} {{ __('Slug') }} {{ __('Status') }} {{ __('Actions') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Enable/Disable Page Modal --}} {{-- Delete Page Modal --}} {{-- Custom JS --}} @section('scripts') {{-- Static pages --}} {{-- Custom pages --}} @endsection @endsection