@extends('Layouts.Invoice') @section('content')

ملخـــــــــص الحجــــــــــز

Reservation summary

التاريخ

{{$invoice->created_at->format('d/m/Y')}}

Date

{{$invoice->created_at->format('d/m/Y')}}

البائع(المضيف)

{{$invoice?->unit?->partner?->name}}

Host (Vendor)

{{$invoice?->unit?->partner?->name}}

عنوانه

المملكة العربية السعودية {{$invoice->unit->city->province->name_ar}}, {{$invoice->unit->city->name_ar}}, {{$invoice->unit->details->region}}

Address

Kingdom of Saudi Arabia {{$invoice->unit->city->province->name_en}}, {{$invoice->unit->city->name_en}}

المشتري(الضيف)

{{$invoice->user->name}}

Buyer (Client)

{{$invoice->user->name}}

الطاقه الاستيعابية

{{trans_choice('code.persons_count', $invoice->unit->details->capacity)}}

Capacity

5 persons

البيان

حجز رقم: {{$invoice->fake_id}}

عدد الليالي: {{$diff}}

اجمالي السعر

{{currency($invoice->total)}}

Mabeet Logo

فـــاتـــورة ضريبيـــة مبسطـــة

Simplified Tax Invoice

رقــــــــــم الفاتـــــــــورة

Invoice Number

{{$invoice->code}}

تاريـــخ الفاتـــورة

Invoice Date

{{$invoice->created_at->format('d-m-Y')}}

البائــــــــــع

Vendor

شركة المبيت للسفر والسياحة

عنــــوانــــــه

Address

المملكة العربية السعودية - جدة - الصفا

Kingdom of Saudi Arabia Jeddah Alsafaa Dist.

الرقـــم الضريبـــي للبائــــع

Vendor tax number

311871525300003

المشتري (الضيف)

Buyer ( Client )

{{$invoice->user->name}}

البيان الكمية السعر قبل الضريبة اجمالي الضريبة اجمالي السعر شامل الضريبة
1 {{currency($invoice->customer_fees)}} {{currency($invoice->customer_taxes)}} {{currency($invoice->customer_fees + $invoice->customer_taxes)}}

اجمالي المبلغ الخاضع للضريبة

The total taxable amount

{{currency($invoice->customer_fees)}}

ضريبة القيمة المضافة (15%)

Value Added Tax (15%)

{{currency($invoice->customer_taxes)}}

المجموع مع الضريبة (15%)

Total with tax (15%)

{{currency($invoice->customer_fees + $invoice->customer_taxes)}}
@endsection