@extends('layouts.admin') @section('title', trans('general.title.new', ['type' => trans_choice('general.reconciliations', 1)])) @section('content')
{{ trans('general.date') }} | {{ trans('reconciliations.deposit') }} | {{ trans('reconciliations.withdrawal') }} | ||
---|---|---|---|---|
@date($item->paid_at) | @if ($item->type == 'income')@money($item->amount, $item->currency_code, true) | N/A | @elseN/A | @money($item->amount, $item->currency_code, true) | @endif