{{-- Part of phoenix project. --}} @extends('_global.user.frame') @section('user-content')
New Product
@foreach ($items as $item)
Preview

{{ $item->title }}

{{ $item->format_title }} - {{ $item->format_width }}x{{ $item->format_height }}

{{ $item->created }}

@if($item->pending)

waiting for verification...

@endif

{{ $item->price_range }}

@endforeach
{!! $pagination->render('catalog:myproducts') !!}
{!! \Windwalker\Core\Security\CsrfProtection::input() !!}
@stop