@extends('back.template.index') @section('title', 'Daftar Kontak') @section('content')

Daftar Kontak

Buat Kontak Baru
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Kontak Lainnya
No Name Link Type Actions
@endsection @push('scripts') @endpush