@extends('layouts.app') @section('content')
@foreach($product->variations as $var) @endforeach
Type Variation Price
{{ ucfirst($var->type) }} {{ $var->name }} ${{ $var->pivot->price }}
Product Image
@endsection