Product Tags

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


@foreach($tags as $item) @endforeach
# Name Color Backgound Actions
{{ $stt }} {{ $item->name }} {{ $item->color}} {{ $item->background}}
{!! csrf_field() !!}
{!! $tags->appends(['search' => Request::get('search')])->render() !!}