@extends('layouts.master') @section('title', 'Create Artikel Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'Add Article', 'subtitle' => 'Article', 'link' => 'admin.article.index'])
@csrf
{{-- MAIN FORM --}}

Indonesia

{{-- Title --}}

A title is required and recommended to be unique.

{{-- Meta Description --}}

Short description for SEO (max 160 chars).

{{-- Content --}}
{!! old('content_id') !!}

Set content for the article.

{{-- SIDEBAR --}}
{{-- Thumbnail --}}

Thumbnail

Only *.png, *.jpg, *.jpeg accepted.

{{-- Status --}}

Status

Set the article status.

{{-- SEO Optimize --}}

SEO Optimize (Indo)

{{-- Meta Title --}}

Used as the SEO title (max 60 chars).

{{-- Meta Keywords --}}

Comma-separated keywords.

{{-- MAIN FORM --}}

English

{{-- Title --}}

A title is required and recommended to be unique.

{{-- Meta Description --}}

Short description for SEO (max 160 chars).

{{-- Content --}}
{!! old('content_en') !!}

Set content for the article.

{{-- SIDEBAR --}}
{{-- SEO Optimize --}}

SEO Optimize (English)

{{-- Meta Title --}}

Used as the SEO title (max 60 chars).

{{-- Meta Keywords --}}

Comma-separated keywords.

{{-- SUBMIT --}}
@endsection @section('scripts') @endsection