@extends('layouts.app') @section('styles') @section('content')
@csrf
{{-- content.form_image --}} @include('content::content.form.form_image') {{-- .content.form_image --}} {{-- content.form_file --}} @include('content::content.form.form_file') {{-- .content.form_file --}} {{-- tab content.form_content --}} @include('content::content.form.form_tab') {{-- .tab content.form_content --}} {{-- content.form_clip --}} @include('content::content.form.form_clip') {{-- .content.form_clip --}} {{-- content.form_hashtag --}} @include('content::content.form.form_hashtag') {{-- .content.form_hashtag --}} {{-- content.form_status --}} @include('content::content.form.form_status') {{-- .content.form_status --}}
@include('content::seo.form')
@endsection('content') @section('scripts') {{-- module config to js --}} @endsection