@extends('client.layout') @section('title') Goggles | Single Product @endsection @section('keywords') goggles, optic store, sunglasses, eyeglasses, goggles eyeglasses @endsection @section('description') Find information for specific product on this page. @endsection @section('banner') @include('client.components.banner', ['bannerTitle' => "Product " . $product->name]) @endsection @section('content') name/$product->image") }}"> name/$product->image") }}" data-imagezoom="true" class="img-fluid" alt=" "> @php $img2 = $product->images[0]; $img3 = $product->images[1]; @endphp name/$img2->image") }}"> name/$img2->image")}}" data-imagezoom="true" class="img-fluid" alt=" "> name/$img3->image") }}"> name/$img3->image")}}" data-imagezoom="true" class="img-fluid" alt=" "> {{ $product->name }} / {{ $product->brand->brand_name }} / {{ $product->category->category_name }} ${{ $product->prices[count($product->prices) - 1]->price}} {{-- $1,199 --}} {{ $product->description }} @if(session()->has('user')) Add to cart @else Log in to be able to add to cart! @endif Share On : Featured Products @foreach($featured_products as $f_product) @include('client.components.featuredProduct') @endforeach @endsection @section('pageScripts') @endsection
${{ $product->prices[count($product->prices) - 1]->price}} {{-- $1,199 --}}
{{ $product->description }}