@csrf @method('put')
Part Name
Unit
Order ID
Model ID
Width
Depth
Height
User Weight
Wer Required
Part Name
Link Title
Part Full Description
Select Category
Unique Id
Manufacture Id
Part No
Part Short Description
Part Long Description
Part Weight
Amps Req
Manf Name
Manf Part Name
@forelse ($orderFile as $files) @if ($files->file_type == 'image')
@endif @empty
No data available
@endforelse
@forelse ($orderFile as $files) @if ($files->file_type == 'video')
@endif @empty
No data available
@endforelse
@forelse ($orderFile as $files) @if ($files->file_type == 'file' || $files->file_type == 'assetimage')
Select
File Name
Upload Document
@if ($files->file_type == 'file') File @elseif ($files->file_type == 'assetimage') Image @elseif ($files->file_type == 'assetvideo') Video @endif
@endif @empty
Select
File Name
Upload Document
@endforelse
@endsection