{{-- 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
list
Add Product Part
{{ $parts->links() }}
@forelse ($parts as $key => $part) @empty @endforelse
#
Product Name
Product Image
Description
{{ $key + $parts->firstItem()}}
{{ $part->model }}
{{ $part->description }}
edit
delete_forever
Delete
No Product Parts Found!
{{ $parts->links() }}
@endsection