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

A title is required and recommended to be unique.

{{-- Theme --}}

Theme of the course, can be used for filtering.

{{-- Duration --}}

Duration of the course, can be used for filtering.

{{-- Description --}}

Short description (max 160 chars).

{{-- Meta Description --}}

Short description for SEO (max 160 chars).

{{-- SIDEBAR --}}
{{-- Status --}}

Status

Set the article status.

{{-- SEO Optimize --}}

Additional Information

{{-- Link Iframe Youtube --}}

Link to embed a YouTube video.

{{-- Steps --}}

Used as steps tutorial.

{{-- Meta Title --}}

Used as the SEO title (max 60 chars).

{{-- Meta Keywords --}}

Comma-separated keywords.

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