{{ $Object->posteCharge->libelle ?? null }} @if(isset($Object->updated_at)) {{ __('Updated on') }} {{ Carbon\Carbon::parse($Object->updated_at)->format('d/m/Y') ?? null }} @endif

{{----}}
{{ __('poste charge') }} *
@error('Object.poste_charge_id') {{ $message }} @enderror
{{ __('Date') }} *
{{ __('to') }} *
@if(!empty($ListOperationsInput) && $ListOperationsInput->count())
{{__('Sort by')}}
@php($listTemp = $ListOperationsInput) @for($i = 1; $i <= $ListOperationsInput->count(); $i++)
@if( $i == $maxNbrLevels) @break @endif @endfor
@endif
@if(!empty($listView))
@include('livewire.planning.list-view', ['listView' => $listView, 'listOperations' => $listOperations ] )
@endempty