@extends('layouts.user') @section('content') @section('title')
| {{__('Transaction No')}} | : | {{$data->transaction_no}} |
|---|---|---|
| {{__('Property Name')}} | : | {{ $property['name'] }} |
| {{__('User')}} | : | {{$data->user->name}} |
| {{__('Amount')}} | : | {{ showSignAmount($data->amount) }} |
| {{__('Guarantee Amount')}} | : | {{ showSignAmount($data->guarantee_amount) }} |
| {{__('Next Rent Given Time')}} | : | {{ Carbon\Carbon::parse($data->next_rent_time)->format('m-d-y') }} |
@lang('Please Download the contracts and sign here to upload')
@lang('Please pay now amount is: ') {{ $property['type'] == 'for_rent' ? showSignAmount($data->guarantee_amount) : showSignAmount($data->amount)}}
@lang('Pay now')