@extends('layouts.app') @section('title', $title) @section('subtitle', $subtitle) @push('css') @endpush @section('content')
| No | Nama Pengirim | No Telp | Pesan | Action | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $p->full_name }} | {{ $p->phone_number }} | {{ $p->email }} | {{ $p->message }} | Show @can('contact-delete') @endcan |