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

Details

@foreach ($attribute_list as $attribute) @endforeach
Labels Contents
ID {{ $object->id }}
Title {{ $object->title }}
Address {{ $object->address }}
Phone {{ $object->phone }}
Fax {{ $object->fax }}
Email {{ $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 }}
@endsection