@extends('website.layout.master') @section('title') @endsection @section('content')

Details

@foreach($productimage as $pi)
    @php $count=0; @endphp @foreach($productimage as $al)
  • @endforeach
@endforeach

{{ $product->name }}

{{ $product->price }}

{{ $product->description }}

@csrf
Size:
Size: 40

Kids Size

Select Size
  • 0-3 M / 12
  • 0-6 M / 14
  • 1 Y / 16
  • 2 Y / 18
  • 3 Y / 20
  • 4 Y / 22
  • 5 Y / 24
  • 6 Y / 26
  • 7 Y / 28
  • 8 Y / 30
  • 9 Y / 32
  • 10 Y / 34
  • 11 Y / 36
  • 12 Y / 38
  • 13 Y / 40
Color:
  • Description
  • Reviews({{ count($reviews) }})

{{ $product->description }}

Reviews
@foreach($reviews as $rv)
{{ $rv->name }} - {{ $rv->created_at }}

{{ $rv->comment }}

@endforeach
Please Add Your Review here
@csrf
@endsection