@extends('staff.layout.master') @section('content')
@forelse ($products as $product) {{-- --}} @empty @endforelse
Item Number Name Brand Style Material UPC CLO Factor Other1 Other2 Other3 Other4 Other5 Created At Action
{{$product->id}} {{$product->name}} {{$product->brand}} {{$product->clothCategories->name}} {{$product->clothMaterials->name}} {{$product->upc}} CLO Factor {{$product->other1}} {{$product->other2}} {{$product->other3}} {{$product->other4}} {{$product->other5}} {{$product->created_at->format('Y-m-d')}}
No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available
@endsection @push('scripts') @endpush