{{ isset($data->FechaApertura) ? $data->FechaApertura : date('d/m/Y') }}
{{ isset($data->IDFondoFijo) ? $data->IDFondoFijo : 'FF-2017-?' }}
@if($isAdmin === true)
{{ isset($data->Monto) ? str_replace('RD$', '', $data->Monto) : '0' }}
{{ number_format($data->comision, 2) }}
{{ $estadoName }}
@else
Estado) ? ($data->Estado == 3 ? 'disabled' : '') : '' }}/>
{{ number_format($data->comision, 2) }}
@endif {{--
--}} {{----}} {{--{{ number_format($data->comision, 2) }}--}} {{--
--}}
{{ isset($data->Descripcion) ? $data->Descripcion : '' }}
@foreach($cols as $col) @endforeach
{{ ucfirst(ReplaceLabels($col, $viewOrTable)) }}
{{--============ PartialViewModal ===========--}}