外部連携{{$external_collaboration_data->external_collaboration_partner}}
元データダウンロード({{$origin_file_name}})
@if($external_collaboration_data->import_detail) @php $data = json_decode($external_collaboration_data->import_detail,true); @endphp
{{-- @foreach($data['detail'] as $earning_id => $detail)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}}
伝票番号 行数 成功 失敗 備考・エラー
--}} {{-- {{sprintf('%09d',$detail['slip_number'])}}--}} {{-- {{$detail['total']}}--}} {{-- {{$detail['success']}}--}} {{-- {{$detail['failed']}}--}} {{-- @foreach($detail['row_logs'] as $row_log)--}} {{--
{{$row_log['row_count']}}--}} {{-- 行:{{implode(',',$row_log['error_message'])}}
--}} {{-- @endforeach--}} {{-- @if(isset($detail['notes']))--}} {{--
--}} {{-- {{$detail['notes']}}--}} {{--
--}} {{-- @endif--}} {{--
@endif
@if($external_collaboration_data->status != \App\Enums\EExternalCollaborationStatus::APPLYING_SUCCESS->value)
状態詳細
@if(json_decode($external_collaboration_data->log,true) != null)
{{ json_encode(json_decode($external_collaboration_data->log,true), JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE)}}
@else

{{$external_collaboration_data->log}}

@endif @endif
{{--{{dd($external_collaboration_data)}}--}}