Recent Activity

New Properties

    @foreach($this->getRecentActivity()['properties'] as $property)
  • {{ $property->name }} - {{ $property->created_at->diffForHumans() }}
  • @endforeach

New Bookings

    @foreach($this->getRecentActivity()['bookings'] as $booking)
  • {{ $booking->property->name }} - {{ $booking->created_at->diffForHumans() }}
  • @endforeach