@extends('layouts.master') @section('title', 'Show Entry | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.show entry')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.account') }} | {{ __('basic.description') }} | {{ __('basic.debit') }} | {{ __('basic.credit') }} | @if($entry->currency_rate){{ __('basic.local debit') }} | {{ __('basic.local credit') }} | @endif|
|---|---|---|---|---|---|---|
| {{ __('basic.total') }} | {{ $entry->total_amount }} | {{ $entry->total_amount }} | @if($entry->currency_rate){{ $entry->total_amount_local }} {{ $system_currency->code }} | {{ $entry->total_amount_local }} {{ $system_currency->code }} | @endif||
| {{ $item->account->code }} | {{ $item->account->name }} | {{ $item->description }} | {{ $item->debit }} {{ $item->currency->code }} | {{ $item->credit }} {{ $item->currency->code }} | @if($entry->currency_rate){{ $item->debit_local }} {{ $system_currency->code }} | {{ $item->credit_local }} {{ $system_currency->code }} | @endif
| {{ __('basic.account') }} | {{ __('basic.description') }} | {{ __('basic.debit') }} | {{ __('basic.credit') }} | @if($entry->currency_rate){{ __('basic.local debit') }} | {{ __('basic.local credit') }} | @endif{{ __('basic.percentage') }} | |
|---|---|---|---|---|---|---|---|
| {{ __('basic.total') }} | {{ $item->debit }} | {{ $item->credit }} | @if($item->currency_rate){{ $item->debit_local }} {{ $system_currency->code }} | {{ $item->debit_local }} {{ $system_currency->code }} | @endif{{ $item->percentage }}% | ||
| {{ $item->cost_center->code }} | {{ $item->cost_center->name }} | {{ $item->Description }} | {{ $item->debit }} {{ $item->currency->code }} | {{ $item->credit }} {{ $item->currency->code }} | @if($entry->currency_rate){{ $item->debit_local }} {{ $system_currency->code }} | {{ $item->credit_local }} {{ $system_currency->code }} | @endif{{ $item->percentage }}% |