@extends('layouts/layoutMaster') @section('title', 'Tables - Basic Tables') @section('content')
street_address | name | year built | architect | constructor | number units | number floors | property type | Actions |
---|---|---|---|---|---|---|---|---|
{{$item->street_address}} | {{$item->name}} | {{$item->year_built}} | {{$item->architect}} | {{$item->constructor}} | {{$item->number_units}} | {{$item->number_floors}} | {{$item->property_type}} |
|