New Rental
{{----}}
{{--
--}}
{{--@endif--}}
Year:
Month:
| ID | Rental Contract Date | Client Name | Authorized Name | Property Location | Monthly Rent | Deposit | Advanced | Agent | Manager | {{--@if (Auth::user()->role_id == 4)Actions | @elseActions | @endif--}}Actions |
| {{$rental->id}} | {{date("d-M-Y", strtotime($rental->contract_date))}} | {{$rental->client->client_name ?? '' }} | {{$rental->authorized_name ?? '' }} | {{$rental->prop_location ?? '' }} | {{number_format($rental->monthly_rent,2)}} | {{number_format($rental->deposit,2)}} | {{number_format($rental->advance,2)}} | {{strtoupper($rental->agent->code) ?? '' }} | {{$rental->manager->fullname ?? '' }} | {{--@if (Auth::user()->role_id == 4)@else--}} |
{{----}}
|
{{--@endif--}}
|