@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 }}
Address: {{ $contact->location }}
Phone: {{ $contact->phone }}
Email: {{ $contact->email }}
PageUrl : {{ $contact->page_url }}
Ip address : {{ $contact->ip_address }}
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')