Showing : {{ ($data->currentpage()-1)*$data->perpage()+1 }} - {{ ($data->currentpage()*$data->perpage() < $data->total()) ? $data->currentpage()*$data->perpage() : $data->total() }} of {{ $data->total() }}
Total: {{ $data->total() }}
@forelse($data as $product)
{{-- @if(Auth::user())
@else
@endif --}}
${{$product->price}}
@forelse($attributes as $attribute)