@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Leads Details

{{--
--}} {{ $contact->name }}

Lead Recieved On Date: {{ $contact->created_at }}

From
{{ $contact->name }}
Query: {{ $contact->query }}
Phone: {{ $contact->phone }}
Email: {{ $contact->email }}
Message

{{ $contact->message }}
{{--
Invoice #007612

Order ID: 4F3S8J
Payment Due: 2/22/2014
Account: 968-34567
--}}
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')