@extends('layouts.app') @section('title', 'Edit Consumer Contact Plan') @section('content')

Edit Consumer Contact Plan

{{ $panelTest->title }}
@if(session('success'))
{!! session('success') !!}
@endif @if($errors->any())
@endif
{{-- Kolom Kiri: Form --}}
Informasi Consumer Contact Plan
@csrf @method('PUT') {{-- Nama APS/SPG/TL --}}
@error('product_id')
{{ $message }}
@enderror
{{-- Nama Brand Aktivasi --}}
@error('title')
{{ $message }}
@enderror
{{-- Target Consumer Contact --}}
{{-- Tanggal --}}
@error('test_date')
{{ $message }}
@enderror
{{-- Status --}}
{{-- Info readonly --}}

Info Unit (tidak dapat diubah)

Batal
{{-- Kolom Kanan: Sampel & Pertanyaan --}}
@include('panel-tests.partials.questions-section')
@endsection