@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
{{__('Select WordPress Website')}}
{{ __('Post Status') }}
{{ __('Post Title') }}
{{ __('Post Slug (URL)') }}
{{__('Click on input field to generate automatically from title')}}
{{ __('Post Excerpt') }}
{{__('Excerpts are short summaries of your post shown in search results and archives')}}
{{ __('SEO Title') }}
{{__('Custom title tag for SEO purposes. Leave empty to use post title')}}
{{ __('SEO Description') }}
{{__('Custom meta description for SEO purposes')}}
{{ __('Categories') }}
{{__('Comma seperated list of categories')}}
{{ __('Tags') }}
{{__('Comma seperated list of tags')}}
{{ __('Featured Image') }}
{{__('Recommended size: 1200×628 pixels')}}
{{ __('Schedule') }}

{{__('When to publish')}}

{{ __('Choose date and time to publish your post') }}
{{ __('Post Content') }}
{!! $post->content !!}
{{ __('Return') }}
@endsection @section('js') @endsection