@extends('layouts.app') @section('content')
Width (ft): {{ $item->options['width_ft'] }} x Length (ft): {{$item->options['length_ft'] }}
@endif @if(isset($item->options['variations']) && count($item->options['variations']) > 0) @foreach($item->options['variations'] as $key => $variation) @if($variation['price']){{ $key }}: {{ $variation['value'] }} | ${!! \App\Http\Controllers\CartController::showItemPrice($variation) !!}
@else{{ $key }}: {{ $variation['value'] }}
@endif @endforeach @endifData not found
@endforelse