@extends('layouts.wrap') @section('title', $form->subject) @include('contact::sidebar') @section('_content')
| İsim: | {{ $form->name }} {{ $form->surname }} |
|---|---|
| E-Posta: | {{ $form->email }} |
| Telefon: | {{ $form->phone }} |
| Başlık: | {{ $form->subject }} |
| Mesaj: | {{ $form->message }} |