Transfer course contents

Current course: #{{ $product->id }} - {{ $product->title }}

@php $transferParts = collect($parts ?? []); @endphp
@forelse($transferParts as $part) @empty @endforelse
Part ID Title Sort
{{ $part['id'] ?? '' }} {{ $part['title'] ?? 'Untitled' }} {{ $part['sort'] ?? '-' }}
No course contents found.
{{ csrf_field() }}