@extends('layouts.app') @section('title', 'Custom Fields | Shopping Cart') @section('content')
| Name | Display Name | Type | Required ? | |
|---|---|---|---|---|
| {{ $item->name }} | {{ $item->label }} | {{ \App\Modules\Product\Models\CustomField::type_name($item->type) }} | {{ ($item->is_required == 1) ? 'Yes' : 'No' }} |