{{ __('Spareparts') }} Create Sparepart
ID Name Manufacturer Actions @foreach ($spareparts as $sparepart)

{{ $sparepart->id }}

{{ $sparepart->name }}

@if ($sparepart->manufacturer_id !== 0) {{ App\Models\Manufacturer::find($sparepart->manufacturer_id)->name }} @endif

@endforeach {{ $spareparts->links() }}