@extends('layouts.app') @section('title', 'Edit Konten') @push('addon-style') @endpush @section('breadcrumb') @endsection @section('title-section', 'Tambah Konten') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
*File harus berformat: JPEG/JPG/PNG
*File size max 3MB
{{-- Form input layout 1 --}}
*File harus berformat: JPEG/JPG/PNG
*File size max 3MB

*Pisahkan menggunakan titik koma (;) tanpa spasi. Contoh: tes 1;tes 2;tes 3
*Benefit dapat dikosongkan
{{-- End input layout 1 --}} {{-- Form input layout 2 --}}

*Pisahkan menggunakan titik koma (;) tanpa spasi. Contoh: tes 1;tes 2;tes 3
*Benefit dapat dikosongkan
{{-- End Form input layout 2 --}} {{-- Form input layout 3 --}}
{{-- End form input layout 3 --}}
*File harus berformat: PDF/DOCX
{{-- FAQ --}}
Kembali
{{-- Untuk paket layout 1 --}}
{{-- Untuk paket layout 2 --}}

*Pisahkan menggunakan titik koma (;) tanpa spasi. Contoh: tes 1;tes 2;tes 3
*Benefit dapat dikosongkan
{{-- Untuk paket layout 3 --}}
{{-- FAQ --}}
@endsection @push('addon-script') @endpush