@php $link=''; @endphp
@if ($task->type_dest == 'fiche_rapport')
@php $link='rapports/' @endphp
@endif
@if ($task->type_dest == 'fiche_operation')
@php $link='operations/' @endphp
@endif
@if ($task->type_dest == 'fiche_client')
@php $link='clients/' @endphp
@endif
@if ($task->type_dest == 'fiche_users')
@php $link='users/' @endphp
@endif
@if ($task->type_dest == 'rdv')
@php $link='/' @endphp
@endif
@if ($task->type_dest == 'demandes')
@php $link='/' @endphp
@endif
@if ($task->type_dest == '')
@php $link='/' @endphp
@endif
{{ date('d/m/Y à H:i', strtotime($task->date_creation_task)) }} |
{{ $task->user_firstname }} {{ $task->user_lastname }} |
{!! nl2br($titre[$task->task_id] ?? null) !!} |
type_dest != null && $task->dest_id != null) href="{{ $link }}{{ $task->type_dest }}/{{ $task->dest_id }}" @endif
class="btn {{ $task->type_task_style }}"
style="{{ $task->type_task_style }}">{{ $task->type_task_desc }}
|
@if ($task->type_dest && $task->dest_id)
@elseif($task->type_dest == null && $task->dest_id == null)
@endif
|