@if($activeTab === 'problems') @else @endif
@if($activeTab === 'problems') @foreach($this->problems as $problem) @endforeach
ID Partslink Problem Text Updated Actions
{{ $problem->id }} {{ $problem->partslink }}
{{ $problem->problem_text }}
{{ $problem->updated_at ? $problem->updated_at->format('M j, Y g:i a') : '-' }}
@else @foreach($this->whitelist as $item) @endforeach
ID Partslink Actions
{{ $item->id }} {{ $item->partslink }}
@endif
@if($activeTab === 'problems' && $this->problems->hasPages())
{{ $this->problems->links() }}
@elseif($activeTab === 'whitelist' && $this->whitelist->hasPages())
{{ $this->whitelist->links() }}
@endif

{{ $editingId ? 'Edit' : 'Add' }} Problem Part

@error('partslink')

{{ $message }}

@enderror
@error('problemText')

{{ $message }}

@enderror

Add to Whitelist

@error('whitelistPartslink')

{{ $message }}

@enderror