@extends('layouts.default') @section('content')

Show Form Data

@include('layouts.flash')
@if(!empty($target->email)) Name: {!! $target->name !!}
Email: {!! $target->email !!}
Phone: {!! $target->phone !!}
Subject: {!! $target->subject !!}
Message: {!! $target->message !!}
@endif
@stop