Product affiliate

{!! Form::open(['method' => 'GET', 'url' => '/admincp/products', 'class' => 'searchForm clearfix navbar-right', 'role' => 'search']) !!}
{!! Form::close() !!}


@foreach($products as $item) @endforeach
# Thumbnail Name Actions
{{ $stt }} {{ $item->thumbnail }} {{ $item->name }}
{!! csrf_field() !!}
{!! $products->appends(['search' => Request::get('search')])->render() !!}