{{ $product->title }}
{!! Str::limit($product->description ,60, ' ...') !!}
{{ $product->area.', '.$product->state }}-
{{-- Previous Page Link --}}
@if ($products->onFirstPage())
- « @else
- « @endif {{-- Pagination Elements --}} @foreach ($products->links()->elements[0] as $page => $url) @if ($page == $products->currentPage())
- {{ $page }} @else
- {{ $page }} @endif @endforeach {{-- Next Page Link --}} @if ($products->hasMorePages())
- » @else
- » @endif
{!! $category->description !!}