@extends('admin/layouts/default') {{-- Page title --}} @section('title') wishlistitems List @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Wishlistitems

Wishlistitems List


@foreach ($wishlistitems as $wishlistitem) @endforeach
ID Product User Actions
{!! $wishlistitem->id !!} {!! $wishlistitem->product->name !!} {!! $wishlistitem->user->name !!}
@stop {{-- page level scripts --}} @section('footer_scripts') @stop