@extends('layouts.master') @section('css') @endsection @section('title') {{__('home.voucher')}} @stop @section('content')

{{ Nameen }}

{{ describtionen }}
{{ STen }}
{{ Taxen }}

@php $logo = camplogo; @endphp

{{ __('home.voucher') }}

{{ Namear }}

{{ describtionar }}
{{ STar }}
{{ Taxar }}

@foreach($data['transaction'] as $item) @endforeach
{{ __('home.decoumentNo') }} {{ __('report.date') }} {{ __('home.name') }} {{ __('accountes.Theamountpaid') }} {{ __('home.paymentmethod') }} {{ __('home.notesClient') }}
{{ $item['sent_abd_count'] }} {{ \Carbon\Carbon::parse($item['date_export'])->format('Y-m-d') }} {{ $item['name'] }} {{ number_format($item['paid_amount'], 2) }} {{ $item['method_pay'] }} {{ $item['note'] ?? '---' }}
{{ __('accountes.Theamountpaid') }} كتابةً:

{{ $data['totatextlriyales'] }} و {{ $data['totatextlrihalala'] }}

أمين الصندوق / البائع

Salesman Signature

_______________________

المستلم / العميل

Customer Signature

_______________________


@endsection @section('js') @endsection