@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
PartName
Unit
Order ID
Model ID
Width
Depth
Height
User Weight
Wer Required
Description
Upload Images
Image Name

Upload Videos

Select Type
Upload Document
File Name
@foreach ($product as $index) @endforeach
Select S.No Part Name Link Part Full Description Link Title Manufacture ID Unique ID Part Number Part Short Description Part Weight Amps Required Manufacturer Name Manufacturer Part Name Status Actions
{{ $index->id }} {{ $index->part_name }} Click to Access {{ substr($index->part_full_desc, 0,50) }}... {{ $index->link_title }} {{ $index->manufacture_id }} {{ $index->unique_id }} {{ $index->part_no }}
{{ $index->part_short_desc }}
{{ $index->part_weight }} {{ $index->amps_req }} {{ $index->manf_name }} {{ $index->manf_part_name }} {{ $index->part_no }}
@csrf @method('DELETE')
@endsection