@extends('layouts/layoutMaster') @section('title', 'Tables - Basic Tables') @section('content')
No | Address | Contact | Status | |
---|---|---|---|---|
{{$key + 1}} | {{$item->address->unit_number ? $item->address->unit_number."/" : ""}}{{$item->address->street}}, {{$item->address->city}} |
|
{{$item->status}} |
|