@if($item->images->count())
@foreach($item->images as $image)
@endforeach
@else
No Image
@endif
|
{{ $item->name }}
@if($item->year)
| Year |
{{ $item->year }} |
@endif
@if($item->asking_price)
| Asking price |
{{ $item->asking_price }} |
@endif
@if($item->club_type)
| Type |
{{ $item->club_type }} |
@endif
@if($item->shaft_material)
| Shaft |
{{ $item->shaft_material }} |
@endif
@if($item->shaft_flex)
| Flex |
{{ $item->shaft_flex }} |
@endif
@if($item->handed)
| Handed |
{{ ucfirst($item->handed) }} |
@endif
@if($item->loft)
| Loft |
{{ $item->loft }} |
@endif
|