@extends('tenant.layouts.master') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.receipt_check') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'accounting.accounts-tree']) @endsection @section('style') @endsection @section('content')

@lang('accounting/checks/receipt-check.receipt_check_number') : {{ $receipt_check->number }}

@lang('accounting/checks/receipt-check.received_from') :

@lang('accounting/checks/receipt-check.amount_in_words') :

@lang('accounting/checks/receipt-check.date') :

@lang('accounting/checks/receipt-check.in_payment_for') :

@lang('accounting/checks/receipt-check.bank') :

@lang('accounting/checks/receipt-check.signature') :

_____________________
{{ $receipt_check->amount }} @lang('accounting/checks/receipt-check.amount_in_dinars')
{{ $receipt_check->date }}
{{ $receipt_check->notice ?? ' __________________ ' }}
{{ $receipt_check->bank }}
__________________
@endsection @push('script') @endpush