@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{ $rental->property->name }}
{{ $rental->move_in }}
{{ $rental->move_out }}
{{ $rental->rent_amount }}
{{ $rental->rent_type }}
{{ $rental->rent_for }} Months
{{ $rental->reminder_date }}
{{ $rental->note }}