{{ __($key ?? 'Import Excel') }}
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
{{--
Cliquez ici pour télécharger un modèle de fichier Excel exemple !
--}}
{{--
{{__('NB :')}}
  • Text1
  • Text2
--}}
@foreach ($orderListFixed as $index => $value)
@error("orderList.$index") {{ $message }} @enderror
@endforeach
{{ __('Tableau de vérification') }}
withFirstLine && $this->ClassCssPart3 == '' ? '' : 'hidden'}} class=" ml-3 custom-control custom-switch mt-2">
@foreach ($this->orderListFixed as $columnName => $ColumnIndex) @if ($this->orderList[$columnName] !== '' && $columnName !== '') @endif @endforeach @forelse($this->dataValidateRows as $key => $value) @foreach ($orderList as $columnName => $ColumnIndex) @if($ColumnIndex !== '' && $columnName !== '') @endif @endforeach @empty @endforelse
{{ __($columnName) }}
@isset($value[array_search(array_search($ColumnIndex, $this->orderListFixed), array_keys($this->orderListFixed))]) @php($value1 = $value[array_search(array_search($ColumnIndex, $this->orderListFixed), array_keys($this->orderListFixed))]) @isset($value1) @if (gettype($value1) == 'integer' && Str::contains(Str::upper($columnName), Str::upper('date'))) {{ PhpOffice\PhpSpreadsheet\Shared\Date::excelToDateTimeObject($value1)->format('d-m-Y');}} @else {{ $value1 }} @endif @endisset @endisset
{{__('No results found.')}}