@extends('admin_layout') @section('content')

Details

Labels Contents
ID {{ $object->id }}
Title {{ $object->title }}
First Name {{ $object->name }}
Last Name {{ $object->lastname }}
Email {{ $object->email }}
Company {{ $object->company }}
Telephone {{ $object->telephone }}
Type of Enquiry {{ $object->con_type }}
Comments
IP Address {{ $object->ip_address }}
Created At {{ $object->created_at }}
Modified At {{ $object->updated_at }}
@endsection