Sale price approved

Your sale price has been approved - R{{$inventory->approved_price}}

Submission ID #{{ $inventory->id }}

Items

@foreach($inventory->items as $item)
@if($item->images->count()) @foreach($item->images as $image) @endforeach @else
No Image
@endif
{{ $item->name }} @if($item->year) @endif @if($item->club_type) @endif @if($item->shaft_material) @endif @if($item->shaft_flex) @endif @if($item->handed) @endif @if($item->loft) @endif
Year {{ $item->year }}
Type {{ $item->club_type }}
Shaft {{ $item->shaft_material }}
Flex {{ $item->shaft_flex }}
Handed {{ ucfirst($item->handed) }}
Loft {{ $item->loft }}
@endforeach
WeBuyGolf Admin Notification