@extends('front.layouts.master') @section('title') Products show @endsection @section('content')
    @foreach ($row->photos as $photo)
  • Canon EOS 5D
  • @endforeach
Chicken swinesha

{{$row->name()}}

@php $rating = $row->commentable->count(); $totalStars = 5; @endphp @for ($i = 1; $i <= $totalStars; $i++) @endfor
{{ $row->commentable->count()}} reviews | Write a review
${{$row->discount_price}} ${{$row->price}}
Availability: In Stock
SKU: {{$row->SKU}}
id: {{$row->id}}

OverView

{!! $row->short_description() !!}

Available Options

Share

{!! $shareComponent !!}
@foreach ($row->specifications() as $attribute)
@endforeach @foreach ($row->colors() as $attribute)
@endforeach @foreach ($row->taxes() as $attribute)
@endforeach

{!! $row->short_description() !!}

@foreach ($row->commentable as $comment) @endforeach
{{ $comment->customer->name() }} {{ $comment->created_at->format('Y-m-d') }}

{{ $comment->comments }}

@for ($i = 1; $i <= 5; $i++) @endfor
@auth
@csrf

Write a review

Rating Bad            Good
@endauth

{!! $row->description() !!}

@endsection @section('js') @endsection