@extends('app') @section('content')
Subject
Contact Name
Email
Date Contact
Delete
@foreach($contact as $q)
{{$q->title}}
{{$q->name}}
{{$q->email}}
{{$q->created_at}}
delete
@endforeach @stop