@extends('layouts/layoutMaster') @section('title', 'Tables - Basic Tables') @section('content')
No | Address | Contact | Price | Value | Due Date | Status | Interest | Actions |
---|---|---|---|---|---|---|---|---|
{{$key +1}} | {{$item->address?->unit_number ? $item->address->unit_number."/" : ""}}{{$item->address?->street}}, {{$item->address?->city}} | {{$item->contact?->first_name." ".$item->contact?->last_name}} | ${{$item->price_min}} ~ ${{$item->price_max}} | {{$item->appraisal_value}} | {{$item->due_date}} | {{$item->status}} | {{$item->interest}} |
|