| الاسم | البريد الإلكتروني | الموضوع | الرسالة | تم الإرسال في | الفعل | ||
|---|---|---|---|---|---|---|---|
| {{ $contact->name }} | {{ $contact->email }} | {{ $contact->subject }} | {{ $contact->message }} | {{ $contact->created_at }} | {!! Form::open(['route' => ['contacts.destroy', $contact->id], 'method' => 'delete']) !!} {!! Form::close() !!} | ||