@extends('tenant.layouts.main') @section('title') Add Invoice @endsection @section('content')

Property list

{{-- Add Property --}}
@foreach ($myProperties as $myProperty)
@foreach ($property_images as $property_image) @if ($myProperty->id == $property_image->property_id)
house
@endif @endforeach

{{$myProperty->city_name}}, {{$myProperty->state}}

{{ \Carbon\Carbon::parse($myProperty->created_at)->format('F j, Y') }}

{{$myProperty->property_name}}

{{ number_format($myProperty->rent_amount) }}*

{{$myProperty->description}}

@endforeach
{{--

Showing 1 to 6 of 10 Listings

--}}
@endsection