@extends('admin.layouts.admin') @section('title') {{ __('bonds') }} @endsection @section('content')
{{ setting('website_name') }}

{{ setting('address') }} - مبنى / {{ setting('building_number') }}

الرقم الضريبى / 578595

جوال / {{ setting('phone') }}

الرمز / 5485 - ص ب / {{ setting('postal_box') }}

سند الفاتورة - {{ $bond->invoice->id }}
ببانات العميل
{{ $bond->invoice->client?->name }}

جوال / {{ $bond->invoice->client?->phone }}

تاريخ السند / {{ $bond->created_at?->format('Y-m-d') }}

رقم السند / {{ $bond->id }}

{{--

{{ setting('website_name') }}

سند الفاتورة - {{ $bond->invoice->id }}

رقم السند - {{ $bond->id }}

--}} {{--

{{ __('admin.address') }}: {{ setting('address') }}

{{ __('admin.Mobile') }}: {{ setting('phone') }}

الرقم الضرريبي: {{ setting('tax_no') }}

{{ __('admin.Date') }}: {{ $bond->created_at?->format('Y-m-d') }}

{{ __('admin.patient') }}: {{ $bond->invoice->client?->name }}

--}}
{{-- --}} {{-- --}} {{-- --}}
{{ __('admin.amount') }}
Amount
{{ __('admin.tax') }}
Tax
{{ __('admin.rest') }}
Rest
طريقة الدفع
Payment Method
{{ $bond->amount }}{{ $bond->tax }}{{ $bond->rest }} {{ __($bond->bank_account?->account_name) }}{{ __($bond->status) }}
{!! $bond->qrCode() !!}
@endsection @push('css') @endpush