@extends('layouts.masterHome2') @section('content')

{{$payment_voucher->type}}

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

فرع {{$payment_voucher->branch->name}}

{{$payment_voucher->created_at}} التاريخ و الوقت
@if($payment_voucher->approve == "Rejected") @if ( $payment_voucher->cheque_id)
@else
@endif No Image
@endif
@if( $payment_voucher->cheque_id) @endif @if($payment_voucher->type == 'سند صرف سيارات' ) @endif @if($payment_voucher->type == 'سند صرف موظفين' ) @endif @if($payment_voucher->type == 'سند صرف ميزانية' ) @endif @if($payment_voucher->type == 'سند صرف عام' ) @endif @if($payment_voucher->type == 'سند صرف عهدة مربوطة بمبلغ' ) @endif @if($payment_voucher->type == 'سند صرف عهدة غير مربوطة بمبلغ' ) @endif
{{$payment_voucher->employee_id?$payment_voucher->employee->name:$payment_voucher->general_name}} يصرف الي
{{$payment_voucher->pay }} مبلغ و قدرة
{{$payment_voucher->safe_account->payment_method->name }} طريقة الدفع
{{$payment_voucher->cheque->serial }} : رقم الشيك
{{$payment_voucher->cheque->bank->name }} : البنك
{{$payment_voucher->cheque->date }} : تاريخ الاستحقاق
تفاصيل الشيك
{{ $payment_voucher->car->num .' -'. $payment_voucher->car_expense->name}} نظير {{ $payment_voucher->note1}} نظير {{ $payment_voucher->budget->name}} نظير {{ $payment_voucher->note1}} نظير {{ $payment_voucher->trust->name}} نظير {{ $payment_voucher->trust->name}} نظير
{{$payment_voucher->note2 }} ملاحظات
/ تعتمد
{{$payment_voucher->user->name}} / توقيع المحاسب
توقيع المستلم
@endsection