@extends('admin.layout.master') @section('title', "تفاصيل الحجز") @section('stylesheets') @stop @section('content')

تفاصيل الحجز

تفاصيل الحجز

كود الحجز إسم الضيف رقم جوال الضيف اسم الوحده إسم صاحب الوحده جوال صاحب الوحده حالة الوصول تاريخ الوصول يوم الوصول وقت الوصول تاريخ المغادرة يوم المغادرة وقت المغادرة اسم البنك رقم الحساب رقم الأيبان التحويل إلي صاحب العقار نوع الحجز
{{$row->reservation_code}} {{$row->user->first_name}} {{$row->user->last_name}} {{$row->user->mobile}} {{$row->unit->title}} {{$row->unit->building->owner->first_name}} {{$row->unit->building->owner->last_name}} {{$row->unit->building->owner->mobile}} @if($row->client_arrive == 'true') تم الوصول @else لم يتم الوصول @endif {{\Carbon\Carbon::parse($row->arrive_date)->toDateString()}} {{\Carbon\Carbon::parse($row->arrive_date)->locale('ar')->dayName}} {{\Carbon\Carbon::parse($row->arrive_time)->format('g:i A')}} {{\Carbon\Carbon::parse($row->leave_date)->toDateString()}} {{\Carbon\Carbon::parse($row->leave_date)->locale('ar')->dayName}} {{\Carbon\Carbon::parse($row->leave_time)->format('g:i A')}} {{$row->unit->building->owner->bank_name ? $row->unit->building->owner->bank_name : 'لا يوجد' }} {{$row->unit->building->owner->account_number ? $row->unit->building->owner->account_number : 'لا يوجد' }} {{$row->unit->building->owner->iban_number ? $row->unit->building->owner->iban_number : 'لا يوجد' }} {{$row->admin_pay == 'true' ? "تم الدفع" :" لم يتم الدفع "}} {{$row->type == 'app' ? "من التطبيق" :" من خارج التطبيق "}}

تفاصيل الحساب بالريال السعودي

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
المبلغ المدفوع المتبقيكود الخصمقيمة الخصمخصم إنجوي بالريال قيمة العربونكود المسوقالسعر قبل الخصم
{{$row->total_price}} ريال {{$row->paid_amount}} ريال {{$row->rest_amount}} ريال{{$row->discount_code ? $row->discount_code : "لا يوجد"}}{{$row->discount_amount ? $row->discount_amount : "لا يوجد"}}{{$row->owner_discount ? $row->owner_discount : "لا يوجد"}} {{$row->deposit_amount ? $row->deposit_amount : "لا يوجد"}}{{$row->marketer_code ? $row->marketer_code : "لا يوجد"}}{{$row->price_before_discount ? $row->price_before_discount : "لا يوجد"}}
@stop @section('scripts') @stop