@extends('layouts.properties') @section('content')
| id | name | currency | {{--actions | --}}
|---|---|---|---|
| {{$property->id}} | {{$property->name}} | {{$property->currency}} | {{--{{link_to_action('PropertiesController@getEdit','Edit',$property->id)}}--}} {{--| {{link_to_action('PropertiesController@getDestroy','Delete',$property->id)}}--}} |