| {{ __('Numéro de réference') }} | {{ __('Titre') }} | {{ __('Description') }} | {{ __('Date du travaux') }} | {{ __('Montant estimé') }} | {{ __('Lié à un sinistre') }} | {{ __('DI affectée') }} | {{ __('Budget') }} | {{ __('Facture') }} |
|---|---|---|---|---|---|---|---|---|
| {!! $sinister->wor_refNumber !!} | {!! $sinister->wor_title !!} | {!! $sinister->wor_description !!} | {{ date('d/m/Y', strtotime($sinister->wor_startDate)) }} | {!! $sinister->wor_estimatedAmount ? $sinister->wor_estimatedAmount : '0.00' !!}€ HT | {!! $sinister->wor_active == 1 ? ''.trans('Oui').'' : ''.trans('Non').'' !!} | @if ($sinister->nb_inter > 0) Voir les DI @endif | @if ($sinister->nb_budget > 0) @endif | {{-- @if ($sinister->nb_invoice > 0) --}} {{-- @endif --}} |