{{-- resources/views/admin/contacts/show.blade.php --}} @extends('layouts.admin') @section('title', 'Lihat Pesan') @section('content')
{{ $contact->pesan }}