@extends('layouts.app') @section('title', 'Kontak') @section('breadcrumb')
@endsection @section('title-section', 'Kontak') @section('content')| # | Nama | No WA | Alamat | Action | |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $row->name }} | {{ $row->email }} | {{ $row->phone }} | {{ $row->address }} |