@extends('layouts.app') @section('content') {{--*/ usort($tableGrid, "SiteHelpers::_sort") /*--}}
@if(Session::get('gid') ==1) @endif
@if($access['is_add'] ==1)  {{ Lang::get('core.btn_create') }} @endif @if(Session::get('gid') ==1) Search @endif @if($access['is_excel'] ==1)  {{ Lang::get('core.btn_download') }} @endif
@if(empty($rowData))
You do not have any items in your wishlist. Please click here to the visit the store and add items to this list.
@else
@foreach ($rowData as $row) @endforeach
Product Details and Comment Add to Cart Delete
@if(!empty($row->image)) @endif {{$row->name}} {{$row->snippet}} {!! Form::open(array('url'=>'wishlist/comment/'.$row->id, 'class'=>'form-horizontal' ,'id' =>'SximoTable' )) !!} {!! Form::close() !!}
{{$row->price}}
{!! hex2bin($row->form) !!} Edit
@if($access['is_detail'] ==1) @endif
@endif @include('footer')
@stop