@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') {{-- Tiny MCE --}} @endsection @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Save Blog --}}
@csrf
{{-- Blog Cover --}}
{{ __('Cover') }}
{{-- Cover Preview --}}
{{ __('Cover Image Preview') }}
{{-- Blog Name --}}
{{-- Blog Slug --}}
{{-- Short description --}}
{{-- Long description --}}
{{ __('Description') }}
{{-- Categories --}}
{{-- Tags --}}
{{ __('Press Enter to add a tag.') }}

{{ __('SEO Configurations') }}

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