@extends('back.template.index') @section('title', 'Edit Kontak') @push('css') @endpush @section('content') Edit Kontak @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @method('PUT') Nama Kontak Link Kontak Pilih Opsi Kontak options) === 'telepon' ? 'checked' : '' }} required> Telepon options) === 'whatsapp' ? 'checked' : '' }} required> WhatsApp options) === 'instagram' ? 'checked' : '' }} required> Instagram options) === 'tiktok' ? 'checked' : '' }} required> TikTok Perbarui Kontak @endsection