@extends('layouts/layoutMaster') @section('title', 'Tables - Basic Tables') @section('content')

Appraisal / List

New Appraisal
@foreach($list as $key => $item) @endforeach
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}}
@csrf @method('DELETE')
@endsection