@extends('layouts.app') @section('content')
Name: {{ $contact->name }}
Email: {{ $contact->email }}
Phone: {{ $contact->phone }}
Make sure all information is accurate before updating.