رقم الحجز {{ $tblTransaction->booking_id }}
رقم الشقة {{ $tblTransaction->booking_apartment_id }}
نوع العملية @if ($tblTransaction->type_id == 1)

ايــداع

@else

سـحـب

@endif
القيمة {{ $tblTransaction->amount }} د.ل
تاريخ الحجز {{ Carbon\Carbon::parse($tblTransaction->created_on)->format('Y-m-d') }} {{ Carbon\Carbon::parse($tblTransaction->created_on)->format('H:i:s') }}
المستخدم @if($tblTransaction->booking_id > 0) {{ $tblTransaction->tblBooking->userCreate->full_name }} {{ $tblTransaction->tblBooking->userCreate->country_code.$tblTransaction->tblBooking->userCreate->contact_no}} # {{ $tblTransaction->tblBooking->userCreate->id}} @else {{ $tblTransaction->tblBookingApartment->userCreate->full_name}} {{ $tblTransaction->tblBookingApartment->userCreate->country_code.$tblTransaction->tblBookingApartment->userCreate->contact_no}} # {{ $tblTransaction->tblBookingApartment->userCreate->id}} @endif
قيمة صاحب العقار {{ $tblTransaction->amount_after_comssion }} د.ل
الوصف {{ $tblTransaction->note }}
بيانات صاحب العقار @if($tblTransaction->booking_id > 0) {{ $tblTransaction->tblBooking->user->full_name }} {{ $tblTransaction->tblBooking->user->country_code.$tblTransaction->tblBooking->user->contact_no}} # {{ $tblTransaction->tblBooking->user->id}} @else {{ $tblTransaction->tblBookingApartment->user->full_name}} {{ $tblTransaction->tblBookingApartment->user->country_code.$tblTransaction->tblBookingApartment->user->contact_no}} # {{ $tblTransaction->tblBookingApartment->user->id}} @endif