@extends('back.template.index') @section('title', 'Buat Kontak Baru') @push('css') @endpush @section('content')
Buat Kontak Baru
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf




@endsection