@extends('layouts.master') @section('title', 'Show Entry | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.receipt')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | @if($payment->type == 0) {{ $type }} | @else {{ $type }} | @endif {{ __('basic.receipt') }} @role('Super-admin|Accountant-manager') @endrole
{{ __('basic.entry')}}:
{{ __('basic.code')}}: {{ $payment->code }}
{{ __('basic.date')}}: {{ date('Y-m-d', strtotime($payment->paid_date)) }}
{{ $type }} #{{ $payment->new_id }}
{{ __('basic.code') }}: #{{ $payment->code }}
@if($payment->currency_rate)
{{ __('basic.currency') }}: {{ $payment->currency->code }}
{{ __('basic.exchange rate') }}: {{ $payment->currency_rate }}
@endif

{{ $type }}

@if($payment->currency_rate) @endif @if($payment->currency_rate) @endif
{{ __('basic.receiver') }} {{ __('basic.responsible person') }} {{ __('basic.description') }} {{ __('basic.type') }} {{ __('basic.amount') }}{{ __('basic.local amount') }}
{{ $payment->receiver }} @if($payment->receivable)
{{ $payment->receivable->full_name }}
@endif
{{ $payment->worker->full_name }} {{ $payment->description }} {{ $type }} {{ $payment->amount }} {{ $payment->currency->code }} {{ $payment->amount_local }} {{ $system_currency->code }}
@role('Super-admin|Accountant-manager') @endrole @endsection @section('js') @endsection