@extends('dashboards.vendor.index') @section('content')
Add Property
{{-- @dd($property_id);--}} {{-- @isset($property_id)--}} {{-- --}} {{-- @endisset--}} @foreach($properties as $key => $property) {{-- --}} @endforeach
Sno Image Property Name PriceChatDescription Updated At Action
{{$key +1}} {{$property['property']->name}} ${{$property['property']->price}}--}} {{-- @if(isset($property_id[$key]))--}} {{-- Chat--}} {{-- @else--}} {{-- Notyet--}} {{-- @endif--}} {{-- {{Str::words($property['property']->description,'5')}} {{$property['property']->updated_at->diffForHumans()}}
@endsection