@extends('client.layouts.master') @section('title') Home page @endsection @section('css') @endsection @section('js') @endsection @section('content')
@include('client.components.sidebar')
@foreach($product as $pro)

ZOOM

{{$pro->product_name}}

Web ID: {{$pro->id}}

Warning: Undefined variable $pro in /usr/home/minhhau01/domains/baonguyenstore.click/public_html/resources/views/client/detail/detail.blade.php on line 134 Warning: Attempt to read property "id" on null in /usr/home/minhhau01/domains/baonguyenstore.click/public_html/resources/views/client/detail/detail.blade.php on line 134
@csrf {{$pro->product_price}}

Availability: In Stock

Category: {{$pro->category->category_name}}

Brand:{{$pro->brand->brand_name}}

@endforeach
@foreach($product as $pro)

{!!$pro->product_desc!!}

{!!$pro->product_content!!}

Ratting

    @for($count=1;$count<=5;$count++) @php if($count<=$rating1){ $color='color:#ffcc00;' ; } else{ $color='color:#ccc;' ; } @endphp
  • @endfor

Comments

Warning: Undefined variable $comments in /usr/home/minhhau01/domains/baonguyenstore.click/public_html/resources/views/client/detail/detail.blade.php on line 206 Warning: foreach() argument must be of type array|object, null given in /usr/home/minhhau01/domains/baonguyenstore.click/public_html/resources/views/client/detail/detail.blade.php on line 206

Write Your Review

@endforeach
@endsection