@extends('layouts.app') @section('title', 'Tambah Kontak') @section('content')
Informasi Kontak
@csrf
@error('name')

{{ $message }}

@enderror

Format: 08xx atau 628xx — akan dinormalisasi otomatis

@error('phone')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Tekan Enter atau koma untuk menambah tag

Batal
@endsection @push('scripts') @endpush