@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true])
@section('content')
{{-- Failed --}}
@if(Session::has("failed"))
{{Session::get('failed')}}
@endif
{{-- Success --}}
@if(Session::has("success"))
{{Session::get('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 --}}