{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Product Part Lists') {{-- vendors styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection @section('content') Product Part listAdd Product Part {{ $parts->links() }} # Product Name Product Image Description @forelse ($parts as $key => $part) {{ $key + $parts->firstItem()}} {{ $part->model }} {{ $part->description }} edit delete_foreverDelete @empty No Product Parts Found! @endforelse {{ $parts->links() }} @endsection