@extends('admin.layout.admin') @section('content')

Dashboard

{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
Properties

{{$properties}}

{{--
--}} {{--
--}} {{--
--}}
Sellers

{{$sellers}}

{{--
--}} {{--
--}} {{--
--}}
Buyers

{{$buyers}}

{{--
--}} {{--
--}} {{--
--}}

New Properties

@foreach($propertiesData as $key => $property) @endforeach
Sno Image Property Name Price Description Created At
{{$key +1}} {{$property['property']->name}} ${{$property['property']->price}} {{Str::words($property['property']->description,'5')}} {{$property['property']->created_at->diffForHumans()}}
@endsection