@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.credit')) @section('header') {{ Breadcrumbs::render('credits.show', $credit) }} @endsection @section('body')

{{ ctrans('texts.credit') }}

{{ ctrans('texts.amount') }}
{{ App\Utils\Number::formatMoney($credit->amount, $credit->client) }}
{{ ctrans('texts.balance') }}
{{ App\Utils\Number::formatMoney($credit->balance, $credit->client) }}
{{ ctrans('texts.credit_date') }}
{{ $credit->formatDate($credit->date, $credit->client->date_format()) }}
{{ ctrans('texts.public_notes') }}
{{ $credit->public_notes }}
@endsection