Date full | Date du operation | operation | operation id | Client | Action | Action |
---|---|---|---|---|---|---|
{{ strtotime(str_replace('/', '-', $listing['date_creation'])) }} | {{ date("d/m/Y", strtotime(str_replace('/', '-', $listing['date_creation']))) }} | @if (isset($listing['operation_title']) && file_exists("storage/operations/operation_" . $listing['operation_id'] . "/" . $listing['operation_title'] . ".pdf")) {{ $listing['operation_title'] ?? '' }} @else {{ $listing['operation_title'] }} @endif | {{ strtoupper($listing['client_title']) }} |
|
|