@extends('includes.master') @section('content')
@forelse($gallery as $galdta)
@empty @endforelse

{{$productdata->title}}

@for($i=1;$i<=5;$i++) @if($i <= \App\Review::ratings($productdata->id))
@else
@endif @endfor
@if($productdata->previous_price != "") @else @endif
{{$productdata->price}}

د.ع

( {{\App\Review::where('productid',$productdata->id)->count()}} ) اكتب مراجعتك
@if(Session::has('message'))
× تم نشر مراجعتك بنجاح
@endif
{!! $productdata->description !!}
{!! $productdata->policy !!}
@if($productdata->sizes != null)

النوع

@foreach(explode(',',$productdata->sizes) as $size)
{{$size}}
@endforeach
@endif
 
1
 
{{csrf_field()}} @if(Session::has('uniqueid')) @else @endif @if($productdata->stock != 0 || $productdata->stock === null ) @else @endif {{----}}
@stop @section('footer') @stop