@php
use Illuminate\Support\Str;
@endphp
{{ htmlspecialchars(Str::limit($previousPerson->field_name1, 20, '...')) }} |
|
|
|
|
|
@if(isset($variables->is_excel))
|
|
@endif
@if(isset($variables->is_excel))
{{ $receipt->moneda->simbolo }} |
{{ $sumPendiente }}
|
@else
|
{{ $receipt->moneda->simbolo }} {{ number_format($sumPendiente, 2, '.', ',') }}
|
@endif