@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'))
@endif @endsection @section('content')| {{ __('basic.receiver') }} | {{ __('basic.responsible person') }} | {{ __('basic.description') }} | {{ __('basic.type') }} | {{ __('basic.amount') }} | @if($payment->currency_rate) @endif
|---|---|---|---|---|
|
{{ $payment->receiver }}
@if($payment->receivable)
{{ $payment->receivable->full_name }}
@endif
|
{{ $payment->worker->full_name }} | {{ $payment->description }} | {{ $type }} | {{ $payment->amount }} {{ $payment->currency->code }} | @if($payment->currency_rate) @endif