@extends('layouts.wrap') @section('title', $form->subject) @include('contact::sidebar') @section('_content')

{{ $form->subject }}

İsim: {{ $form->name }} {{ $form->surname }}
E-Posta: {{ $form->email }}
Telefon: {{ $form->phone }}
Başlık: {{ $form->subject }}
Mesaj: {{ $form->message }}
@stop