@extends('layouts.app') @section('title', 'Edit Konten') @push('addon-style') @endpush @section('breadcrumb') @endsection @section('title-section', 'Ubah Konten') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
*File harus berformat: JPEG/JPG/PNG
*File size max 3MB
@foreach ($paket as $key => $value) @if ($key + 1 == 1)
@else
@endif @endforeach
File Persyaratan saat ini. Klik Disini
*File harus berformat: PDF/DOCX
@foreach ($faq as $key => $dataFAQ) @if ($key + 1 == 1)
@else
@endif @endforeach
Kembali
{{-- Untuk paket layout 3 --}}
@endsection @push('addon-script') @endpush