@extends('admin_layout') @section('content')
| Labels | Contents |
|---|---|
| ID | {{ $object->id }} |
| Title | {{ $object->title }} |
| Address | {{ $object->address }} |
| Phone | {{ $object->phone }} |
| Fax | {{ $object->fax }} |
| {{ $object->email }} | |
| Latitude | {{ $object->latitude }} |
| Longitude | {{ $object->longitude }} |
| Make an appointment | No |
| Attribute - {{ $attribute->title }} | |
| Sort | {{ $object->sort }} |
| Status | {{ $object->status }} |
| Content | |
| Created At | {{ $object->created_at }} |
| Modified At | {{ $object->updated_at }} |